Gin
Loading...
Searching...
No Matches
LRUCache< Key, Value, MaxSize > Member List

This is the complete list of members for LRUCache< Key, Value, MaxSize >, including all inherited members.

clear()LRUCache< Key, Value, MaxSize >
contains(const Key &key) constLRUCache< Key, Value, MaxSize >
empty() const noexceptLRUCache< Key, Value, MaxSize >
get(const Key &key)LRUCache< Key, Value, MaxSize >
get(const Key &key) constLRUCache< Key, Value, MaxSize >
getOrCreate(const Key &key, Factory &&factory)LRUCache< Key, Value, MaxSize >
LRUCache()=defaultLRUCache< Key, Value, MaxSize >
maxSize() noexceptLRUCache< Key, Value, MaxSize >static
put(const Key &key, Value value)LRUCache< Key, Value, MaxSize >
remove(const Key &key)LRUCache< Key, Value, MaxSize >
size() const noexceptLRUCache< Key, Value, MaxSize >