Uses of Class
com.google.common.cache.CacheStats
Packages that use CacheStats
-
Uses of CacheStats in com.google.common.cache
Methods in com.google.common.cache that return CacheStatsModifier and TypeMethodDescriptionCacheStats.minus
(CacheStats other) Returns a newCacheStats
representing the difference between thisCacheStats
andother
.CacheStats.plus
(CacheStats other) Returns a newCacheStats
representing the sum of thisCacheStats
andother
.AbstractCache.SimpleStatsCounter.snapshot()
AbstractCache.StatsCounter.snapshot()
Returns a snapshot of this counter's values.AbstractCache.stats()
Cache.stats()
Returns a current snapshot of this cache's cumulative statistics, or a set of default values if the cache is not recording statistics.ForwardingCache.stats()
Methods in com.google.common.cache with parameters of type CacheStatsModifier and TypeMethodDescriptionCacheStats.minus
(CacheStats other) Returns a newCacheStats
representing the difference between thisCacheStats
andother
.CacheStats.plus
(CacheStats other) Returns a newCacheStats
representing the sum of thisCacheStats
andother
.