MCPcopy 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
627template <typename T>
628bool ObjectCacheConfig<T>::isAggregatePoolStatsEnabled() const noexcept {
629 return aggregatePoolStats;
630}
631
632template <typename T>
633const ObjectCacheConfig<T>& ObjectCacheConfig<T>::validate() const {

Callers 1

initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected