Uses of Interface
org.springframework.data.redis.cache.CacheStatisticsCollector
Packages that use CacheStatisticsCollector
-
Uses of CacheStatisticsCollector in org.springframework.data.redis.cache
Methods in org.springframework.data.redis.cache that return CacheStatisticsCollectorModifier and TypeMethodDescriptionstatic CacheStatisticsCollector
CacheStatisticsCollector.create()
static CacheStatisticsCollector
CacheStatisticsCollector.none()
Methods in org.springframework.data.redis.cache with parameters of type CacheStatisticsCollectorModifier and TypeMethodDescriptionRedisCacheWriter.withStatisticsCollector
(CacheStatisticsCollector cacheStatisticsCollector) Obtain aRedisCacheWriter
using the givenCacheStatisticsCollector
to collect metrics.