Searched refs:compressed_cache (Results 1 – 2 of 2) sorted by relevance
235 std::shared_ptr<Cache> compressed_cache = NewLRUCache(1 << 25, 0, false); in TEST_F() local237 table_options.block_cache_compressed = compressed_cache; in TEST_F()257 size_t compressed_usage = compressed_cache->GetUsage(); in TEST_F()260 ASSERT_EQ(0, compressed_cache->GetPinnedUsage()); in TEST_F()
1898 bool compressed_cache = std::get<0>(GetParam()); in DBBasicTestWithParallelIO() local1903 if (compressed_cache) { in DBBasicTestWithParallelIO()