Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/CacheLib
/ recordRequestHit
Method
recordRequestHit
cachelib/cachebench/workload/BlockChunkCache.cpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void BlockChunkCacheStats::recordRequestHit(size_t fullHitBytes) {
95
recordStats(recordPieceFullHitInternal, fullHitBytes);
96
}
97
98
void BlockChunkCacheStats::recordPieceFullHitInternal(InternalStats& stats,
99
size_t fullHitBytes) {
Callers
1
processReq
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected