| Package | Description | 
|---|---|
| com.google.common.cache | This package contains caching utilities. | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheStats | CacheStats. minus(CacheStats other)Returns a new  CacheStatsrepresenting the difference between thisCacheStatsandother. | 
| CacheStats | CacheStats. plus(CacheStats other)Returns a new  CacheStatsrepresenting the sum of thisCacheStatsandother. | 
| CacheStats | AbstractCache.StatsCounter. snapshot()Returns a snapshot of this counter's values. | 
| CacheStats | AbstractCache.SimpleStatsCounter. snapshot() | 
| CacheStats | ForwardingCache. stats() | 
| CacheStats | AbstractCache. stats() | 
| CacheStats | 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheStats | CacheStats. minus(CacheStats other)Returns a new  CacheStatsrepresenting the difference between thisCacheStatsandother. | 
| CacheStats | CacheStats. plus(CacheStats other)Returns a new  CacheStatsrepresenting the sum of thisCacheStatsandother. | 
Copyright © 2010–2017. All rights reserved.