|
proxygen
|
This is the complete list of members for wangle::PersistentCache< K, V >, including all inherited members.
| clear(bool clearPersistence=false)=0 | wangle::PersistentCache< K, V > | pure virtual |
| get(const K &key)=0 | wangle::PersistentCache< K, V > | pure virtual |
| put(const K &key, const V &val)=0 | wangle::PersistentCache< K, V > | pure virtual |
| remove(const K &key)=0 | wangle::PersistentCache< K, V > | pure virtual |
| size()=0 | wangle::PersistentCache< K, V > | pure virtual |
| ~PersistentCache() | wangle::PersistentCache< K, V > | inlinevirtual |