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 CacheStatisticsCollectorCacheStatisticsCollector.create()static CacheStatisticsCollectorCacheStatisticsCollector.none()Methods in org.springframework.data.redis.cache with parameters of type CacheStatisticsCollectorModifier and TypeMethodDescriptionRedisCacheWriter.withStatisticsCollector(CacheStatisticsCollector cacheStatisticsCollector) Obtain aRedisCacheWriterusing the givenCacheStatisticsCollectorto collect metrics.