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-safeStatsCounterimplementation for use byCacheimplementors.AStatsCounterimplementation that does not record any cache events.AStatsCounterimplementation that suppresses and logs any exception thrown by the delegate statsCounter.Accumulates statistics during the operation of aCachefor presentation byCache.stats().