Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/simulator_cache/
Dsim_cache.cc153 class SimCacheImpl : public SimCache { class
157 SimCacheImpl(std::shared_ptr<Cache> sim_cache, std::shared_ptr<Cache> cache) in SimCacheImpl() function in ROCKSDB_NAMESPACE::__anona55187990111::SimCacheImpl
164 ~SimCacheImpl() override {} in ~SimCacheImpl()
347 return std::make_shared<SimCacheImpl>(sim_cache, cache); in NewSimCache()