@Configuration @AutoConfigureAfter(value=org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.class) @ConditionalOnBean(value=org.springframework.cache.CacheManager.class) @ConditionalOnClass(value=io.micrometer.core.instrument.binder.MeterBinder.class) public class RedissonCacheStatisticsAutoConfiguration extends Object
Auto-configuration for RedissonCacheMeterBinderProvider| Constructor and Description |
|---|
RedissonCacheStatisticsAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
RedissonCacheMeterBinderProvider |
redissonCacheMeterBinderProvider() |
public RedissonCacheStatisticsAutoConfiguration()
@Bean public RedissonCacheMeterBinderProvider redissonCacheMeterBinderProvider()
Copyright © 2014–2019 Redisson. All rights reserved.