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