Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.h263 Cache::Handle* GetEntryFromCache(Cache* block_cache, const Slice& key,
Dblock_based_table_reader.cc394 Cache::Handle* BlockBasedTable::GetEntryFromCache( in GetEntryFromCache() function in ROCKSDB_NAMESPACE::BlockBasedTable
1110 auto cache_handle = GetEntryFromCache(block_cache, block_cache_key, in GetDataBlockFromCache()