Uses of Class
org.docx4j.com.google.common.cache.CacheStats
Packages that use CacheStats
-
Uses of CacheStats in org.docx4j.com.google.common.cache
Methods in org.docx4j.com.google.common.cache that return CacheStatsModifier and TypeMethodDescriptionCacheStats.minus(CacheStats other) Returns a newCacheStatsrepresenting the difference between thisCacheStatsandother.CacheStats.plus(CacheStats other) Returns a newCacheStatsrepresenting the sum of thisCacheStatsandother.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.Methods in org.docx4j.com.google.common.cache with parameters of type CacheStatsModifier and TypeMethodDescriptionCacheStats.minus(CacheStats other) Returns a newCacheStatsrepresenting the difference between thisCacheStatsandother.CacheStats.plus(CacheStats other) Returns a newCacheStatsrepresenting the sum of thisCacheStatsandother.