|
quic/qbox
|

Public Member Functions | |
| virtual bool | get (const Key &key, Value &value)=0 |
| virtual void | put (const Key &key, const Value &value, uint64_t size)=0 |
| virtual void | clear ()=0 |
| virtual uint64_t | get_hits () const =0 |
| virtual uint64_t | get_misses () const =0 |
| virtual void | reset_stats ()=0 |
|
pure virtual |
Implemented in gs::LRUCache< Key, Value >, gs::RegionLRUCache< Key, Value >, and gs::AddrMapNoCache< Key, Value >.
|
pure virtual |
Implemented in gs::LRUCache< Key, Value >, gs::RegionLRUCache< Key, Value >, and gs::AddrMapNoCache< Key, Value >.
|
pure virtual |
Implemented in gs::LRUCache< Key, Value >, gs::RegionLRUCache< Key, Value >, and gs::AddrMapNoCache< Key, Value >.