Package com.github.benmanes.caffeine.cache.stats
package com.github.benmanes.caffeine.cache.stats
This package contains caching statistic utilities.
-
ClassDescriptionStatistics about the performance of a
Cache
.A thread-safeStatsCounter
implementation for use byCache
implementors.AStatsCounter
implementation that does not record any cache events.AStatsCounter
implementation that suppresses and logs any exception thrown by the delegate statsCounter.Accumulates statistics during the operation of aCache
for presentation byCache.stats()
.