#include "network/YiHTTPResponse.h"#include "network/YiUrl.h"#include "thread/YiMutex.h"#include "utility/YiDateTime.h"#include "utility/YiString.h"#include <set>Go to the source code of this file.
Classes | |
| struct | CYILRUData |
| Base class for data to be stored in the cache. Derive from this class to add custom data to the cache. More... | |
| struct | CYILRUSortItem |
| class | CYILRUCache |
| This class provides a Least Recently Used (LRU) cache implementation. More... | |