Classes | |
class | Holder |
This class defines the cache holder. More... | |
class | Item |
This is a cache item. More... | |
struct | ItemComparator |
A simple item comparator for fast looking. More... | |
class | RequiredFetcherImplementation |
This class declare the interface for a document fetcher. More... | |
Typedefs | |
typedef time_t | CacheTime |
The cache time precision is the second (if you modify this, please update the Item::Now function). | |
typedef PlatformSpecific::FastLock | Lock |
The lock used for locking item. |
typedef time_t Cache::CacheTime |
The cache time precision is the second (if you modify this, please update the Item::Now function).
The lock used for locking item.