Package org.redisson.spring.cache
Class RedissonCacheStatisticsAutoConfiguration
- java.lang.Object
-
- org.redisson.spring.cache.RedissonCacheStatisticsAutoConfiguration
-
@Configuration @AutoConfigureAfter(org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.class) @ConditionalOnBean(org.springframework.cache.CacheManager.class) @ConditionalOnClass({org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider.class,RedissonCache.class}) public class RedissonCacheStatisticsAutoConfiguration extends Object
- Author:
- Craig Andrews, Nikita Koksharov
Auto-configuration
forRedissonCacheMeterBinderProvider
-
-
Constructor Summary
Constructors Constructor Description RedissonCacheStatisticsAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RedissonCacheMeterBinderProvider
redissonCacheMeterBinderProvider()
-
-
-
Method Detail
-
redissonCacheMeterBinderProvider
@Bean public RedissonCacheMeterBinderProvider redissonCacheMeterBinderProvider()
-
-