Lines Matching refs:cache_options_
70 if (cache_options_.persistent_cache && in TryGetUncompressBlockFromPersistentCache()
71 !cache_options_.persistent_cache->IsCompressed()) { in TryGetUncompressBlockFromPersistentCache()
73 cache_options_, handle_, contents_); in TryGetUncompressBlockFromPersistentCache()
108 if (cache_options_.persistent_cache && in TryGetCompressedBlockFromPersistentCache()
109 cache_options_.persistent_cache->IsCompressed()) { in TryGetCompressedBlockFromPersistentCache()
113 cache_options_, handle_, &raw_data, block_size_ + kBlockTrailerSize); in TryGetCompressedBlockFromPersistentCache()
149 cache_options_.persistent_cache && in InsertCompressedBlockToPersistentCacheIfNeeded()
150 cache_options_.persistent_cache->IsCompressed()) { in InsertCompressedBlockToPersistentCacheIfNeeded()
152 PersistentCacheHelper::InsertRawPage(cache_options_, handle_, used_buf_, in InsertCompressedBlockToPersistentCacheIfNeeded()
159 cache_options_.persistent_cache && in InsertUncompressedBlockToPersistentCacheIfNeeded()
160 !cache_options_.persistent_cache->IsCompressed()) { in InsertUncompressedBlockToPersistentCacheIfNeeded()
162 PersistentCacheHelper::InsertUncompressedPage(cache_options_, handle_, in InsertUncompressedBlockToPersistentCacheIfNeeded()