| Capacity() const | yaze::util::LruCache< Key, Value > | inline |
| capacity_ | yaze::util::LruCache< Key, Value > | private |
| Clear() | yaze::util::LruCache< Key, Value > | inline |
| Contains(const Key &key) const | yaze::util::LruCache< Key, Value > | inline |
| Empty() const | yaze::util::LruCache< Key, Value > | inline |
| entries() const | yaze::util::LruCache< Key, Value > | inline |
| entries_ | yaze::util::LruCache< Key, Value > | private |
| Erase(const Key &key) | yaze::util::LruCache< Key, Value > | inline |
| EvictIfNeeded() | yaze::util::LruCache< Key, Value > | inlineprivate |
| eviction_predicate_ | yaze::util::LruCache< Key, Value > | private |
| EvictionPredicate typedef | yaze::util::LruCache< Key, Value > | |
| ForEach(Fn &&fn) | yaze::util::LruCache< Key, Value > | inline |
| ForEach(Fn &&fn) const | yaze::util::LruCache< Key, Value > | inline |
| Get(const Key &key) | yaze::util::LruCache< Key, Value > | inline |
| Insert(const Key &key, Value value) | yaze::util::LruCache< Key, Value > | inline |
| lru_ | yaze::util::LruCache< Key, Value > | private |
| lru_order() const | yaze::util::LruCache< Key, Value > | inline |
| LruCache(size_t capacity) | yaze::util::LruCache< Key, Value > | inlineexplicit |
| mutable_entries() | yaze::util::LruCache< Key, Value > | inline |
| Peek(const Key &key) | yaze::util::LruCache< Key, Value > | inline |
| RemoveFromLru(const Key &key) | yaze::util::LruCache< Key, Value > | inlineprivate |
| Rename(const Key &old_key, const Key &new_key) | yaze::util::LruCache< Key, Value > | inline |
| SetCapacity(size_t capacity) | yaze::util::LruCache< Key, Value > | inline |
| SetEvictionPredicate(EvictionPredicate pred) | yaze::util::LruCache< Key, Value > | inline |
| Size() const | yaze::util::LruCache< Key, Value > | inline |
| Touch(const Key &key) | yaze::util::LruCache< Key, Value > | inline |