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, setUsePrefix
isTransactionAware, setTransactionAware
public StatisticsAwareRedisCacheManager(org.springframework.data.redis.core.RedisTemplate<?,?> template)
public StatisticsAwareRedisCacheManager(org.springframework.data.redis.core.RedisTemplate<?,?> template, Collection<String> cacheNames)
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.