All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javadoc.com.google.common.cache.class-use.CacheStats.html Maven / Gradle / Ivy

The newest version!







Uses of Class com.google.common.cache.CacheStats (Guava: Google Core Libraries for Java 11.0.1 API)














Uses of Class
com.google.common.cache.CacheStats

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 CacheStats.plus(CacheStats other)
          Returns a new CacheStats representing the sum of this CacheStats and other.
 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.
 

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.
 CacheStats CacheStats.plus(CacheStats other)
          Returns a new CacheStats representing the sum of this CacheStats and other.
 



Copyright © 2010-2012. All Rights Reserved.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy