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

Method getKey

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

Item accessors

Source from the content-addressed store, hash-verified

225
226 // Item accessors
227 const Key getKey() const { return inner_->getKey(); }
228 uint32_t getExpiryTime() const { return inner_->getExpiryTime(); }
229 bool isExpired() const { return inner_->isExpired(); }
230 uint32_t getCreationTime() const { return inner_->getCreationTime(); }

Callers 6

initMethod · 0.45
runMethod · 0.45
verifyVisitsAllFoosMethod · 0.45

Calls

no outgoing calls