Uses of Interface
com.google.common.cache.AbstractCache.StatsCounter
-
Packages that use AbstractCache.StatsCounter Package Description com.google.common.cache Discouraged (in favor of Caffeine) caching utilities. -
-
Uses of AbstractCache.StatsCounter in com.google.common.cache
Classes in com.google.common.cache that implement AbstractCache.StatsCounter Modifier and Type Class Description static class
AbstractCache.SimpleStatsCounter
A thread-safeAbstractCache.StatsCounter
implementation for use byCache
implementors.Methods in com.google.common.cache with parameters of type AbstractCache.StatsCounter Modifier and Type Method Description void
AbstractCache.SimpleStatsCounter. incrementBy(AbstractCache.StatsCounter other)
Increments all counters by the values inother
.
-