Uses of Interface
org.springframework.data.redis.cache.CacheStatistics
Packages that use CacheStatistics
-
Uses of CacheStatistics in org.springframework.data.redis.cache
Methods in org.springframework.data.redis.cache that return CacheStatisticsModifier and TypeMethodDescriptionCacheStatisticsProvider.getCacheStatistics
(String cacheName) Obtain snapshot of the captured statistics.RedisCache.getStatistics()
Return theCacheStatistics
snapshot for this cache instance.