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

Method getEvictionIterator

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

Source from the content-addressed store, hash-verified

674 }
675
676 EvictionIterator getEvictionIterator(PoolId pid) const noexcept {
677 auto& mmContainer = this->l1Cache_->getMMContainer(pid, 0 /* classId */);
678 return mmContainer.getEvictionIterator();
679 }
680
681 template <typename A, typename B>
682 size_t getPaddingBytes(A* aligned, B* unaligned) {

Callers 2

runMethod · 0.45

Calls

no outgoing calls

Tested by 1