|
proxygen
|
This is the complete list of members for wangle::MockPersistentCache< 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 |
| MOCK_METHOD0_T(size, size_t()) | wangle::MockPersistentCache< K, V > | |
| MOCK_METHOD1_T(get, folly::Optional< V >(const K &)) | wangle::MockPersistentCache< K, V > | |
| MOCK_METHOD1_T(remove, bool(const K &)) | wangle::MockPersistentCache< K, V > | |
| MOCK_METHOD1_T(clear, void(bool)) | wangle::MockPersistentCache< K, V > | |
| MOCK_METHOD2_T(put, void(const K &, const V &)) | wangle::MockPersistentCache< K, V > | |
| 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 |