#include <cache.h>
Data Fields | |
unsigned char * | Key |
int | KeyLen |
CacheItem | Items [CACHE_MAX_ITEMS_PER_KEY] |
unsigned int | NumItems |
long | LastTime |
Definition at line 16 of file cache.h.
unsigned char* cache_items::Key |
Definition at line 17 of file cache.h.
Referenced by CacheCreateBin(), CacheDelKey(), CacheGetBin(), CacheTimeout(), and DestroyCache().
Definition at line 18 of file cache.h.
Referenced by CacheCreateBin(), CacheDelKey(), and CacheGetBin().
CacheItem cache_items::Items[CACHE_MAX_ITEMS_PER_KEY] |
Definition at line 20 of file cache.h.
Referenced by CacheBinAdd(), CacheDelKey(), DecodeIPDefrag(), and DestroyCache().
unsigned int cache_items::NumItems |
Definition at line 21 of file cache.h.
Referenced by CacheBinAdd(), CacheCreateBin(), CacheDelKey(), DecodeIPDefrag(), and DestroyCache().