Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/CacheLib
/ getKeySize
Method
getKeySize
cachelib/interface/CacheItem.cpp:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
namespace facebook::cachelib::interface {
20
21
uint32_t CacheItem::getKeySize() const noexcept { return getKey().size(); }
22
23
} // namespace facebook::cachelib::interface
Callers
1
checkItemFields
Method · 0.80
Calls
2
getKey
Function · 0.50
size
Method · 0.45
Tested by
1
checkItemFields
Method · 0.64