#include "../Types/Types.hpp"
#include "../Tree/Avl.hpp"
#include "../Containers/Container.hpp"
#include "../Strings/Strings.hpp"
#include <time.h>
#include "../Platform/Platform.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | Cache |
Classes | |
| class | Cache::Holder |
| This class defines the cache holder. More... | |
| class | Cache::Item |
| This is a cache item. More... | |
| struct | Cache::ItemComparator |
| A simple item comparator for fast looking. More... | |
| class | Cache::RequiredFetcherImplementation |
| This class declare the interface for a document fetcher. More... | |
Typedefs | |
| typedef time_t | Cache::CacheTime |
| The cache time precision is the second (if you modify this, please update the Item::Now function). | |
| typedef PlatformSpecific::FastLock | Cache::Lock |
| The lock used for locking item. | |
