Lines Matching refs:pcache
93 auto pcache = std::shared_ptr<PersistentCacheTier>(new VolatileCacheTier( in NewTieredCache() local
95 tcache->AddTier(pcache); in NewTieredCache()
327 std::shared_ptr<PersistentCacheTier> pcache; in RunTest() local
336 pcache = new_pcache(/*is_compressed=*/true); in RunTest()
337 table_options.persistent_cache = pcache; in RunTest()
344 pcache = new_pcache(/*is_compressed=*/true); in RunTest()
345 table_options.persistent_cache = pcache; in RunTest()
354 pcache = new_pcache(/*is_compressed=*/true); in RunTest()
355 table_options.persistent_cache = pcache; in RunTest()
363 pcache = new_pcache(/*is_compressed=*/false); in RunTest()
364 table_options.persistent_cache = pcache; in RunTest()
372 pcache = new_pcache(/*is_compressed=*/true); in RunTest()
373 table_options.persistent_cache = pcache; in RunTest()
386 pcache->TEST_Flush(); in RunTest()
438 pcache->Close(); in RunTest()