clear(void) | LRUCache< Key, Data, Sizefn > | inline |
exists(const Key &key) const | LRUCache< Key, Data, Sizefn > | inline |
fetch(const Key &key, bool touch_data=true) | LRUCache< Key, Data, Sizefn > | inline |
fetch(const Key &key, Data &data, bool touch_data=true) | LRUCache< Key, Data, Sizefn > | inline |
fetch_ptr(const Key &key, bool touch_data=true) | LRUCache< Key, Data, Sizefn > | inline |
get_all_keys(void) | LRUCache< Key, Data, Sizefn > | inline |
info() (defined in LRUCache< Key, Data, Sizefn >) | LRUCache< Key, Data, Sizefn > | inline |
insert(const Key &key, const Data &data) | LRUCache< Key, Data, Sizefn > | inline |
Key_List typedef | LRUCache< Key, Data, Sizefn > | |
Key_List_cIter typedef | LRUCache< Key, Data, Sizefn > | |
Key_List_Iter typedef | LRUCache< Key, Data, Sizefn > | |
List typedef | LRUCache< Key, Data, Sizefn > | |
List_cIter typedef | LRUCache< Key, Data, Sizefn > | |
List_Iter typedef | LRUCache< Key, Data, Sizefn > | |
LRUCache(const unsigned long Size) | LRUCache< Key, Data, Sizefn > | inline |
LRUCache(const LRUCache &that) (defined in LRUCache< Key, Data, Sizefn >) | LRUCache< Key, Data, Sizefn > | inline |
Map typedef | LRUCache< Key, Data, Sizefn > | |
Map_cIter typedef | LRUCache< Key, Data, Sizefn > | |
Map_Iter typedef | LRUCache< Key, Data, Sizefn > | |
max_size(void) const | LRUCache< Key, Data, Sizefn > | inline |
operator=(const LRUCache &that) (defined in LRUCache< Key, Data, Sizefn >) | LRUCache< Key, Data, Sizefn > | inline |
Pair typedef | LRUCache< Key, Data, Sizefn > | |
remove(const Key &key) | LRUCache< Key, Data, Sizefn > | inline |
size(void) const | LRUCache< Key, Data, Sizefn > | inline |
touch(const Key &key) | LRUCache< Key, Data, Sizefn > | inline |
~LRUCache() | LRUCache< Key, Data, Sizefn > | inline |