This is the complete list of members for
LRUCache< KeyT, CacheItemT >, including all inherited members.
Cache typedef | LRUCache< KeyT, CacheItemT > | |
cache_ | LRUCache< KeyT, CacheItemT > | |
CacheIterator typedef | LRUCache< KeyT, CacheItemT > | |
capacity_ | LRUCache< KeyT, CacheItemT > | |
evict(int item_count=1) | LRUCache< KeyT, CacheItemT > | [inline] |
get(const KeyT &k) | LRUCache< KeyT, CacheItemT > | [inline] |
hasKey(const KeyT &k) | LRUCache< KeyT, CacheItemT > | [inline] |
insert(const KeyT &key, const CacheItemT &value) | LRUCache< KeyT, CacheItemT > | [inline] |
key_index_ | LRUCache< KeyT, CacheItemT > | |
KeyIndex typedef | LRUCache< KeyT, CacheItemT > | |
KeyIndexIterator typedef | LRUCache< KeyT, CacheItemT > | |
LRUCache(size_t c) | LRUCache< KeyT, CacheItemT > | [inline] |
setCapacity(size_t capacity) | LRUCache< KeyT, CacheItemT > | [inline] |
size_ | LRUCache< KeyT, CacheItemT > | |
sizeOf(const CacheItemT &value) | LRUCache< KeyT, CacheItemT > | [inline] |
tailItem() | LRUCache< KeyT, CacheItemT > | [inline] |
touch(const KeyT &key) | LRUCache< KeyT, CacheItemT > | [inline] |