#include <Space.h>
Public Member Functions | |
LRUListElement (int hashTabIndex, const LightString &key, time_t expiryTime) | |
Constructs the LRUListElement. | |
Public Attributes | |
int | hashTabIndex |
index of the sub-hash-table related with that list element | |
LightString | key |
cache element' key | |
time_t | expiryTime |
cache element's expiry time |
Definition at line 317 of file Space.h.
Space::LRUListElement::LRUListElement | ( | int | hashTabIndex, | |
const LightString & | key, | |||
time_t | expiryTime | |||
) | [inline] |
Constructs the LRUListElement.
hashTabIndex | index of the sub-hash-table related with that list element | |
key | cache element' key | |
expiryTime | cache element's expiry time |