Searched refs:cache_file_index_ (Results 1 – 2 of 2) sorted by relevance
14 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()
52 : cache_file_index_(cachefile_capacity), block_index_(blocks_capacity) {} in cache_file_index_() function119 CacheFileIndexType cache_file_index_; variable