Searched refs:MockPersistentCache (Results 1 – 1 of 1) sorted by relevance
1767 class MockPersistentCache : public PersistentCache { class1769 explicit MockPersistentCache(const bool is_compressed, const size_t max_size) in MockPersistentCache() function in ROCKSDB_NAMESPACE::MockPersistentCache1776 ~MockPersistentCache() override {} in ~MockPersistentCache()1963 new MockPersistentCache(type, 10 * 1024)); in TEST_F()