Tkrzw
|
This is the complete list of members for tkrzw::LRUCache< VALUETYPE >, including all inherited members.
Add(int64_t id, VALUETYPE *value) | tkrzw::LRUCache< VALUETYPE > | |
Clear() | tkrzw::LRUCache< VALUETYPE > | |
Get(int64_t id) | tkrzw::LRUCache< VALUETYPE > | |
GiveBack(int64_t id, std::shared_ptr< VALUETYPE > &&value) | tkrzw::LRUCache< VALUETYPE > | |
IsEmpty() const | tkrzw::LRUCache< VALUETYPE > | |
IsSaturated() const | tkrzw::LRUCache< VALUETYPE > | |
LRUCache(size_t capacity) | tkrzw::LRUCache< VALUETYPE > | |
MakeIterator() | tkrzw::LRUCache< VALUETYPE > | |
Remove(int64_t id) | tkrzw::LRUCache< VALUETYPE > | |
RemoveLRU(int64_t *id=nullptr) | tkrzw::LRUCache< VALUETYPE > | |
Size() const | tkrzw::LRUCache< VALUETYPE > |