clear() | LRUCache< Key, Value, Hash, KeyEqual > | |
contains(const Key &key) const | LRUCache< Key, Value, Hash, KeyEqual > | |
erase(const Key &key) | LRUCache< Key, Value, Hash, KeyEqual > | |
extract(const Key &key) | LRUCache< Key, Value, Hash, KeyEqual > | |
get(const Key &key) | LRUCache< Key, Value, Hash, KeyEqual > | |
insert(const Key &key, const Value &value, ByteSize cost=ByteSize(1)) | LRUCache< Key, Value, Hash, KeyEqual > | |
insert(const Key &key, Value &&value, ByteSize cost=ByteSize(1)) | LRUCache< Key, Value, Hash, KeyEqual > | |
isEmpty() const | LRUCache< Key, Value, Hash, KeyEqual > | |
LRUCache(size_t maximumCost) (defined in LRUCache< Key, Value, Hash, KeyEqual >) | LRUCache< Key, Value, Hash, KeyEqual > | explicit |
LRUCache(ByteSize maximumCost) (defined in LRUCache< Key, Value, Hash, KeyEqual >) | LRUCache< Key, Value, Hash, KeyEqual > | explicit |
maximumCost() const | LRUCache< Key, Value, Hash, KeyEqual > | inline |
setMaximumCost(ByteSize newMaximumCost) | LRUCache< Key, Value, Hash, KeyEqual > | |
signalItemRemoved | LRUCache< Key, Value, Hash, KeyEqual > | |
size() const | LRUCache< Key, Value, Hash, KeyEqual > | |
totalCost() const | LRUCache< Key, Value, Hash, KeyEqual > | |