Uses of Interface
org.springframework.data.redis.cache.CacheStatisticsCollector
-
Uses of CacheStatisticsCollector in org.springframework.data.redis.cache
Modifier and TypeMethodDescriptionstatic CacheStatisticsCollector
CacheStatisticsCollector.create()
static CacheStatisticsCollector
CacheStatisticsCollector.none()
Modifier and TypeMethodDescriptionRedisCacheWriter.withStatisticsCollector
(CacheStatisticsCollector cacheStatisticsCollector) Obtain aRedisCacheWriter
using the givenCacheStatisticsCollector
to collect metrics.