Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/CacheLib
/ invalidate
Method
invalidate
cachelib/common/Serialization.cpp:70–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
ioQueue_.append(std::move(buf));
69
}
70
bool invalidate() override { return false; }
71
72
uint64_t getCurPos() const override {
73
// IOBufQueue::chainLength() will throw std::invalid_argument exception if
Callers
1
tryRecover
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected