|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
This is the complete list of members for nix::LRUCache< Key, Value >, including all inherited members.
| clear() (defined in nix::LRUCache< Key, Value >) | nix::LRUCache< Key, Value > | inline |
| erase(const Key &key) (defined in nix::LRUCache< Key, Value >) | nix::LRUCache< Key, Value > | inline |
| get(const Key &key) | nix::LRUCache< Key, Value > | inline |
| LRUCache(size_t capacity) (defined in nix::LRUCache< Key, Value >) | nix::LRUCache< Key, Value > | inline |
| size() (defined in nix::LRUCache< Key, Value >) | nix::LRUCache< Key, Value > | inline |
| upsert(const Key &key, const Value &value) | nix::LRUCache< Key, Value > | inline |