#include <cache.h>
Data Fields | |
struct hashtable_node | hashnode |
void * | ptr |
struct cache * | cache |
int | status |
int | refcnt |
long | lifetime |
long | lastupdate |
char | data [0] |
char cache_object::data[0] |
Referenced by cache_update().
struct hashtable_node cache_object::hashnode |
long cache_object::lastupdate |
Referenced by cache_update().
long cache_object::lifetime |
void* cache_object::ptr |
Referenced by cache_object_free(), cache_object_new(), and cache_update().
int cache_object::refcnt |
Referenced by cache_object_get(), and cache_object_put().
int cache_object::status |