@Configuration @Import(value=RedisCacheConfiguration.RedisCacheBasicConfiguration.class) public static class RedisCacheConfiguration.RedisCacheManagerConfiguration extends Object
Constructor and Description |
---|
RedisCacheManagerConfiguration(org.springframework.beans.factory.ObjectProvider<CacheProperties> cacheProperties,
org.springframework.beans.factory.ObjectProvider<org.springframework.data.redis.core.RedisTemplate<Object,Object>> redisTemplate) |
Modifier and Type | Method and Description |
---|---|
org.springframework.cache.CacheManager |
cacheManager() |
@Autowired public RedisCacheManagerConfiguration(org.springframework.beans.factory.ObjectProvider<CacheProperties> cacheProperties, @Qualifier(value="redisCacheRedisTemplate") org.springframework.beans.factory.ObjectProvider<org.springframework.data.redis.core.RedisTemplate<Object,Object>> redisTemplate)
Copyright © 2018 lodsve. All rights reserved.