@Configuration @AutoConfigureAfter(value=org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.class) @ConditionalOnBean(value={org.springframework.cache.CacheManager.class,RedissonCache.class}) @ConditionalOnClass(value=org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider.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–2020 Redisson. All rights reserved.