Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/CacheLib
/ value
Method
value
cachelib/navy/block_cache/BlockCache.cpp:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
BufferView BlockCache::ReadResult::value() const {
68
return buffer_.view().slice(0, valueSize_);
69
}
70
71
BlockCache::Config& BlockCache::Config::validate() {
72
if (!device || !evictionPolicy) {
Callers
15
recover
Method · 0.45
getCombinedIndexEntry
Method · 0.45
createCombinedIndexBlock
Method · 0.45
getKeyFromAddress
Method · 0.45
ExclusiveLockedBucket
Method · 0.45
SharedLockedBucket
Method · 0.45
createIndex
Method · 0.45
createCombinedEntryManager
Method · 0.45
insert
Method · 0.45
setHitsTestOnly
Method · 0.45
lookup
Method · 0.45
insert
Method · 0.45
Calls
2
slice
Method · 0.80
view
Method · 0.45
Tested by
no test coverage detected