|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheStats | |
---|---|
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 | |
---|---|
CacheStats |
CacheStats.minus(CacheStats other)
Returns a new CacheStats representing the difference between this CacheStats
and other . |
CacheStats |
AbstractCache.StatsCounter.snapshot()
Returns a snapshot of this counter's values. |
CacheStats |
AbstractCache.SimpleStatsCounter.snapshot()
|
CacheStats |
ForwardingCache.stats()
|
CacheStats |
Cache.stats()
Returns a current snapshot of this cache's cumulative statistics. |
CacheStats |
AbstractCache.stats()
|
Methods in com.google.common.cache with parameters of type CacheStats | |
---|---|
CacheStats |
CacheStats.minus(CacheStats other)
Returns a new CacheStats representing the difference between this CacheStats
and other . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |