Uses of Class
com.google.common.cache.CacheStats
-
Packages that use CacheStats Package Description com.google.common.cache This package contains caching utilities. -
-
Uses of CacheStats in com.google.common.cache
Methods in com.google.common.cache that return CacheStats Modifier and Type Method Description CacheStats
CacheStats. minus(CacheStats other)
Returns a newCacheStats
representing the difference between thisCacheStats
andother
.CacheStats
CacheStats. plus(CacheStats other)
Returns a newCacheStats
representing the sum of thisCacheStats
andother
.CacheStats
AbstractCache.SimpleStatsCounter. snapshot()
CacheStats
AbstractCache.StatsCounter. snapshot()
Returns a snapshot of this counter's values.CacheStats
AbstractCache. stats()
CacheStats
Cache. stats()
Returns a current snapshot of this cache's cumulative statistics.CacheStats
ForwardingCache. stats()
Methods in com.google.common.cache with parameters of type CacheStats Modifier and Type Method Description CacheStats
CacheStats. minus(CacheStats other)
Returns a newCacheStats
representing the difference between thisCacheStats
andother
.CacheStats
CacheStats. plus(CacheStats other)
Returns a newCacheStats
representing the sum of thisCacheStats
andother
.
-