Uses of Class
org.docx4j.com.google.common.cache.CacheStats
| Package | Description |
|---|---|
| org.docx4j.com.google.common.cache |
-
Uses of CacheStats in org.docx4j.com.google.common.cache
Methods in org.docx4j.com.google.common.cache that return CacheStats Modifier and Type Method Description CacheStatsCacheStats. minus(CacheStats other)Returns a newCacheStatsrepresenting the difference between thisCacheStatsandother.CacheStatsCacheStats. plus(CacheStats other)Returns a newCacheStatsrepresenting the sum of thisCacheStatsandother.CacheStatsAbstractCache.SimpleStatsCounter. snapshot()CacheStatsAbstractCache.StatsCounter. snapshot()Returns a snapshot of this counter's values.CacheStatsAbstractCache. stats()CacheStatsCache. stats()Returns a current snapshot of this cache's cumulative statistics, or a set of default values if the cache is not recording statistics.Methods in org.docx4j.com.google.common.cache with parameters of type CacheStats Modifier and Type Method Description CacheStatsCacheStats. minus(CacheStats other)Returns a newCacheStatsrepresenting the difference between thisCacheStatsandother.CacheStatsCacheStats. plus(CacheStats other)Returns a newCacheStatsrepresenting the sum of thisCacheStatsandother.