Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/CacheLib
/ isAggregatePoolStatsEnabled
Method
isAggregatePoolStatsEnabled
cachelib/object_cache/ObjectCacheConfig.h:628–630 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
626
627
template <typename T>
628
bool ObjectCacheConfig<T>::isAggregatePoolStatsEnabled() const noexcept {
629
return aggregatePoolStats;
630
}
631
632
template <typename T>
633
const ObjectCacheConfig<T>& ObjectCacheConfig<T>::validate() const {
Callers
1
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected