Uses of Interface
com.github.javaparser.resolution.cache.CacheStats
Packages that use CacheStats
-
Uses of CacheStats in com.github.javaparser.resolution.cache
Methods in com.github.javaparser.resolution.cache that return CacheStatsModifier and TypeMethodDescriptionCacheStats.minus(CacheStats other) Returns a newICacheStatsrepresenting the difference between thisICacheStatsandother.CacheStats.plus(CacheStats other) Returns a newICacheStatsrepresenting the sum of thisICacheStatsandother.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 com.github.javaparser.resolution.cache with parameters of type CacheStatsModifier and TypeMethodDescriptionCacheStats.minus(CacheStats other) Returns a newICacheStatsrepresenting the difference between thisICacheStatsandother.CacheStats.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 CacheStatsMethods in com.github.javaparser.symbolsolver.cache that return CacheStatsModifier and TypeMethodDescriptionDefaultCacheStats.minus(CacheStats other) Returns a newICacheStatsrepresenting the difference between thisICacheStatsandother.DefaultCacheStats.plus(CacheStats other) Returns a newICacheStatsrepresenting the sum of thisICacheStatsandother.GuavaCache.stats()InMemoryCache.stats()NoCache.stats()Methods in com.github.javaparser.symbolsolver.cache with parameters of type CacheStatsModifier and TypeMethodDescriptionDefaultCacheStats.minus(CacheStats other) Returns a newICacheStatsrepresenting the difference between thisICacheStatsandother.DefaultCacheStats.plus(CacheStats other) Returns a newICacheStatsrepresenting the sum of thisICacheStatsandother.