MCPcopy Create free account
hub / github.com/facebook/CacheLib / getPoolOptimizeStrategy

Method getPoolOptimizeStrategy

cachelib/allocator/Cache.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66std::shared_ptr<PoolOptimizeStrategy> CacheBase::getPoolOptimizeStrategy()
67 const {
68 std::unique_lock<std::mutex> l(lock_);
69 return poolOptimizeStrategy_;
70}
71
72void CacheBase::visitEstimates(const util::CounterVisitor& v,
73 const util::PercentileStats::Estimates& est,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected