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

Method getPoolName

cachelib/object_cache/ObjectCacheBase.h:132–134  ·  view source on GitHub ↗

returns the pool's name by its poolId.

Source from the content-addressed store, hash-verified

130
131 // returns the pool's name by its poolId.
132 std::string getPoolName(PoolId poolId) const override {
133 return l1Cache_->getPoolName(poolId);
134 }
135
136 // returns a list of pools excluding compact cache pools
137 std::set<PoolId> getRegularPoolIds() const override {

Callers 1

testSetShardNameMethod · 0.45

Calls

no outgoing calls

Tested by 1

testSetShardNameMethod · 0.36