Home
last modified time | relevance | path

Searched refs:compressed_cache (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/
Ddb_block_cache_test.cc235 std::shared_ptr<Cache> compressed_cache = NewLRUCache(1 << 25, 0, false); in TEST_F() local
237 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()
Ddb_basic_test.cc1898 bool compressed_cache = std::get<0>(GetParam()); in DBBasicTestWithParallelIO() local
1903 if (compressed_cache) { in DBBasicTestWithParallelIO()