Searched refs:GetCacheKey (Results 1 – 3 of 3) sorted by relevance
| /rocksdb-6.9/table/ |
| D | persistent_cache_helper.cc | 20 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/ |
| D | block_based_table_reader.h | 208 static Slice GetCacheKey(const char* cache_key_prefix,
|
| D | block_based_table_reader.cc | 550 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()
|