#include <tcache.h>
Data Fields | |
| void * | payload |
| timeval | expiration_date |
| qhash_head | hash_link |
| qlist_head | lru_list_link |
|
|
when the entry will expire
|
|
|
link to primary data structure
|
|
|
link to time ordered LRU list
|
|
|
data to store, must be matchable to a unique key
|
1.3.5