Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_metadata.cc14 return cache_file_index_.Insert(file); in Insert()
20 bool ok = cache_file_index_.Find(&lookup_key, &ret); in Lookup()
31 return cache_file_index_.Evict(fn); in Evict()
35 cache_file_index_.Clear([](BlockCacheFile* arg){ delete arg; }); in Clear()
Dblock_cache_tier_metadata.h52 : cache_file_index_(cachefile_capacity), block_index_(blocks_capacity) {} in cache_file_index_() function
119 CacheFileIndexType cache_file_index_; variable