at(const Key &key, bool touching=true) | LRUcache< Key, Value, Compare > | inline |
begin() | LRUcache< Key, Value, Compare > | inline |
cache_list | LRUcache< Key, Value, Compare > | private |
cache_lookup | LRUcache< Key, Value, Compare > | private |
clear() | LRUcache< Key, Value, Compare > | inline |
const_iterator typedef | LRUcache< Key, Value, Compare > | |
contains(const Key &key, bool touching=true) | LRUcache< Key, Value, Compare > | inline |
empty() const | LRUcache< Key, Value, Compare > | inline |
end() | LRUcache< Key, Value, Compare > | inline |
erase(const Key &key) | LRUcache< Key, Value, Compare > | inline |
erase(const_iterator &it) | LRUcache< Key, Value, Compare > | inline |
erase(iterator &it) | LRUcache< Key, Value, Compare > | inline |
evict() | LRUcache< Key, Value, Compare > | inlineprivate |
find(const Key &key, bool touching=true) | LRUcache< Key, Value, Compare > | inline |
insert(const Key &key, const Value &value) | LRUcache< Key, Value, Compare > | inline |
iterator typedef | LRUcache< Key, Value, Compare > | |
List typedef | LRUcache< Key, Value, Compare > | |
LRUcache(size_t capacity) | LRUcache< Key, Value, Compare > | inline |
max_size | LRUcache< Key, Value, Compare > | private |
operator[](const Key &key) | LRUcache< Key, Value, Compare > | inline |
resize(size_t new_size) | LRUcache< Key, Value, Compare > | inline |
size() const | LRUcache< Key, Value, Compare > | inline |
size_type typedef | LRUcache< Key, Value, Compare > | |
touch(iterator &it) | LRUcache< Key, Value, Compare > | inline |
value_type typedef | LRUcache< Key, Value, Compare > | |