Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dblock_based_table_reader_impl.h113 iter->SetCacheHandle(block.GetCacheHandle()); in NewDataBlockIterator()
184 iter->SetCacheHandle(block.GetCacheHandle()); in NewDataBlockIterator()
Dcachable_entry.h115 Cache::Handle* GetCacheHandle() const { return cache_handle_; } in GetCacheHandle() function