Module com.github.benmanes.caffeine
@DefaultQualifier(value=org.checkerframework.checker.nullness.qual.NonNull.class,locations=FIELD) @DefaultQualifier(value=org.checkerframework.checker.nullness.qual.NonNull.class,locations=PARAMETER) @DefaultQualifier(value=org.checkerframework.checker.nullness.qual.NonNull.class,locations=RETURN)
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.