Class RedissonCacheStatisticsProvider

  • All Implemented Interfaces:
    org.springframework.boot.actuate.cache.CacheStatisticsProvider<RedissonCache>

    public class RedissonCacheStatisticsProvider
    extends Object
    implements org.springframework.boot.actuate.cache.CacheStatisticsProvider<RedissonCache>
    Author:
    Craig Andrews
    • Constructor Detail

      • RedissonCacheStatisticsProvider

        public RedissonCacheStatisticsProvider()
    • Method Detail

      • getCacheStatistics

        public org.springframework.boot.actuate.cache.CacheStatistics getCacheStatistics​(org.springframework.cache.CacheManager cacheManager,
                                                                                         RedissonCache cache)
        Specified by:
        getCacheStatistics in interface org.springframework.boot.actuate.cache.CacheStatisticsProvider<RedissonCache>