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

Method getCreationTime

cachelib/interface/tests/InterfaceTest.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 refCount_(0) {}
37
38 uint32_t getCreationTime() const noexcept override { return creationTime_; }
39 uint32_t getExpiryTime() const noexcept override { return expiryTime_; }
40 UnitResult incrementRefCount(CacheComponent&) noexcept override {
41 if (failIncRef_) {

Callers 1

checkItemFieldsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected