Package com.github.benmanes.caffeine.cache.stats
This package contains caching statistic utilities.
-
Interface Summary Interface Description StatsCounter Accumulates statistics during the operation of aCachefor presentation byCache.stats(). -
Class Summary Class Description CacheStats Statistics about the performance of aCache.ConcurrentStatsCounter A thread-safeStatsCounterimplementation for use byCacheimplementors.GuardedStatsCounter AStatsCounterimplementation that suppresses and logs any exception thrown by the delegate statsCounter. -
Enum Summary Enum Description DisabledStatsCounter AStatsCounterimplementation that does not record any cache events.