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

Method end

cachelib/object_cache/ObjectCache.h:406–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404 AccessIterator begin() { return AccessIterator{this->l1Cache_->begin()}; }
405
406 AccessIterator end() { return AccessIterator{this->l1Cache_->end()}; }
407
408 // Lock-group iteration variant. See CacheAllocator::beginLockGroup for the
409 // trade-offs vs. the per-bucket AccessIterator. The optional filter is

Callers 8

workMethod · 0.45
~ObjectCacheMethod · 0.45
deserializeMethod · 0.45
checkTotalObjectSizeMethod · 0.45
verifyVisitsAllFoosMethod · 0.45

Calls

no outgoing calls

Tested by 5

checkTotalObjectSizeMethod · 0.36
verifyVisitsAllFoosMethod · 0.36