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

Method endLockGroup

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

Source from the content-addressed store, hash-verified

421 }
422
423 LockGroupAccessIterator endLockGroup() {
424 return LockGroupAccessIterator{this->l1Cache_->endLockGroup()};
425 }
426
427 // Get the default l1 allocation size in bytes.
428 static uint32_t getL1AllocSize(uint32_t maxKeySizeBytes);

Calls

no outgoing calls