Searched defs:block_cache (Results 1 – 7 of 7) sorted by relevance
83 Cache* const block_cache = rep_->table_options.block_cache.get(); in NewDataBlockIterator() local155 Cache* const block_cache = rep_->table_options.block_cache.get(); in NewDataBlockIterator() local
395 Cache* block_cache, const Slice& key, BlockType block_type, in GetEntryFromCache()1093 Cache* block_cache, Cache* block_cache_compressed, in GetDataBlockFromCache()1193 Cache* block_cache, Cache* block_cache_compressed, in PutDataBlockToCache()1378 Cache* block_cache = rep_->table_options.block_cache.get(); in MaybeReadBlockAndLoadToCache() local2532 Cache* block_cache = rep_->table_options.block_cache.get(); in MultiGet() local
99 Cache* block_cache; member
906 bool InternalStats::HandleBlockCacheStat(Cache** block_cache) { in HandleBlockCacheStat()927 Cache* block_cache; in HandleBlockCacheCapacity() local938 Cache* block_cache; in HandleBlockCacheUsage() local949 Cache* block_cache; in HandleBlockCachePinnedUsage() local
1638 auto block_cache = NewLRUCache(co); in TEST_F() local
2013 rocksdb_cache_t* block_cache) { in rocksdb_block_based_options_set_block_cache()
154 std::shared_ptr<Cache> block_cache = nullptr; member