Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.h337 const Slice& block_cache_key, const Slice& compressed_block_cache_key,
354 Status PutDataBlockToCache(const Slice& block_cache_key,
Dblock_based_table_reader.cc1092 const Slice& block_cache_key, const Slice& compressed_block_cache_key, in GetDataBlockFromCache() argument
1110 auto cache_handle = GetEntryFromCache(block_cache, block_cache_key, in GetDataBlockFromCache()
1168 s = block_cache->Insert(block_cache_key, block_holder.get(), charge, in GetDataBlockFromCache()
1192 const Slice& block_cache_key, const Slice& compressed_block_cache_key, in PutDataBlockToCache() argument
1273 s = block_cache->Insert(block_cache_key, block_holder.get(), charge, in PutDataBlockToCache()