public class StatisticsAwareRedisCacheManager
extends org.springframework.data.redis.cache.RedisCacheManager
Decorates the caches with a StatisticsAwareCacheWrapper such that all caches managed by this cache manager store the statistical data.
| Constructor and Description | 
|---|
StatisticsAwareRedisCacheManager(org.springframework.data.redis.core.RedisTemplate<?,?> template)  | 
StatisticsAwareRedisCacheManager(org.springframework.data.redis.core.RedisTemplate<?,?> template,
                                Collection<String> cacheNames)  | 
setCacheNames, setCachePrefix, setDefaultExpiration, setExpires, setLoadRemoteCachesOnStartup, setUsePrefixisTransactionAware, setTransactionAwarepublic StatisticsAwareRedisCacheManager(org.springframework.data.redis.core.RedisTemplate<?,?> template)
public StatisticsAwareRedisCacheManager(org.springframework.data.redis.core.RedisTemplate<?,?> template,
                                        Collection<String> cacheNames)
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.