Home
last modified time | relevance | path

Searched refs:GetCacheKey (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/table/
Dpersistent_cache_helper.cc20 auto key = BlockBasedTable::GetCacheKey(cache_options.key_prefix.c_str(), in InsertRawPage()
38 auto key = BlockBasedTable::GetCacheKey(cache_options.key_prefix.c_str(), in InsertUncompressedPage()
57 auto key = BlockBasedTable::GetCacheKey(cache_options.key_prefix.c_str(), in LookupRawPage()
89 auto key = BlockBasedTable::GetCacheKey(cache_options.key_prefix.c_str(), in LookupUncompressedPage()
/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.h208 static Slice GetCacheKey(const char* cache_key_prefix,
Dblock_based_table_reader.cc550 Slice BlockBasedTable::GetCacheKey(const char* cache_key_prefix, in GetCacheKey() function in ROCKSDB_NAMESPACE::BlockBasedTable
1396 key = GetCacheKey(rep_->cache_key_prefix, rep_->cache_key_prefix_size, in MaybeReadBlockAndLoadToCache()
1401 ckey = GetCacheKey(rep_->compressed_cache_key_prefix, in MaybeReadBlockAndLoadToCache()
2812 GetCacheKey(rep_->cache_key_prefix, rep_->cache_key_prefix_size, handle, in TEST_BlockInCache()