Uses of Interface
com.github.javaparser.resolution.cache.CacheStats
-
Packages that use CacheStats Package Description com.github.javaparser.resolution.cache com.github.javaparser.symbolsolver.cache -
-
Uses of CacheStats in com.github.javaparser.resolution.cache
Methods in com.github.javaparser.resolution.cache that return CacheStats Modifier and Type Method Description CacheStatsCacheStats. minus(CacheStats other)Returns a newICacheStatsrepresenting the difference between thisICacheStatsandother.CacheStatsCacheStats. plus(CacheStats other)Returns a newICacheStatsrepresenting the sum of thisICacheStatsandother.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 com.github.javaparser.resolution.cache with parameters of type CacheStats Modifier and Type Method Description CacheStatsCacheStats. minus(CacheStats other)Returns a newICacheStatsrepresenting the difference between thisICacheStatsandother.CacheStatsCacheStats. plus(CacheStats other)Returns a newICacheStatsrepresenting the sum of thisICacheStatsandother. -
Uses of CacheStats in com.github.javaparser.symbolsolver.cache
Classes in com.github.javaparser.symbolsolver.cache that implement CacheStats Modifier and Type Class Description classDefaultCacheStatsStatistics about the performance of aCache.Methods in com.github.javaparser.symbolsolver.cache that return CacheStats Modifier and Type Method Description CacheStatsDefaultCacheStats. minus(CacheStats other)Returns a newICacheStatsrepresenting the difference between thisICacheStatsandother.CacheStatsDefaultCacheStats. plus(CacheStats other)Returns a newICacheStatsrepresenting the sum of thisICacheStatsandother.CacheStatsGuavaCache. stats()CacheStatsInMemoryCache. stats()CacheStatsNoCache. stats()Methods in com.github.javaparser.symbolsolver.cache with parameters of type CacheStats Modifier and Type Method Description CacheStatsDefaultCacheStats. minus(CacheStats other)Returns a newICacheStatsrepresenting the difference between thisICacheStatsandother.CacheStatsDefaultCacheStats. plus(CacheStats other)Returns a newICacheStatsrepresenting the sum of thisICacheStatsandother.
-