#include <cache.h>
Data Fields | |
CacheItems | Keys [CACHE_MAX_KEYS] |
unsigned int | NumKeys |
long | TimeoutLen |
Definition at line 26 of file cache.h.
CacheItems cache::Keys[CACHE_MAX_KEYS] |
Definition at line 27 of file cache.h.
Referenced by CacheAdd(), CacheCreateBin(), CacheDelKey(), CacheGet(), CacheGetBin(), CacheTimeout(), and DestroyCache().
unsigned int cache::NumKeys |
Definition at line 28 of file cache.h.
Referenced by CacheCreateBin(), CacheDelKey(), CacheGetBin(), CacheTimeout(), and DestroyCache().
long cache::TimeoutLen |