@Configuration @ConditionalOnBean(value=org.springframework.cache.CacheManager.class) @ConditionalOnClass(value=org.springframework.boot.actuate.cache.CacheStatisticsProvider.class) public class RedissonCacheStatisticsAutoConfiguration extends Object
Auto-configuration for RedissonCacheStatisticsProvider| Constructor and Description |
|---|
RedissonCacheStatisticsAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
RedissonCacheStatisticsProvider |
redissonCacheStatisticsProvider() |
public RedissonCacheStatisticsAutoConfiguration()
@Bean public RedissonCacheStatisticsProvider redissonCacheStatisticsProvider()
Copyright © 2014–2017 The Redisson Project. All rights reserved.