@Configuration @EnableCaching @EnableConfigurationProperties(value=RedisProperties.class) public class RedisConfiguration extends Object
| 构造器和说明 |
|---|
RedisConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.data.redis.cache.RedisCacheManager |
redisCacheManager(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory) |
RedisCacheTemplate |
redisCacheTemplate(org.springframework.data.redis.core.StringRedisTemplate stringRedisTemplate) |
org.springframework.data.redis.connection.RedisConnectionFactory |
redisConnectionFactory() |
org.springframework.data.redis.core.RedisTemplate<String,Object> |
redisTemplate(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory) |
org.springframework.data.redis.core.StringRedisTemplate |
stringRedisTemplate(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory) |
@Bean public org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory()
@Bean public org.springframework.data.redis.core.RedisTemplate<String,Object> redisTemplate(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory)
@Bean public org.springframework.data.redis.core.StringRedisTemplate stringRedisTemplate(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory)
@Bean @Primary public org.springframework.data.redis.cache.RedisCacheManager redisCacheManager(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory)
@Bean public RedisCacheTemplate redisCacheTemplate(org.springframework.data.redis.core.StringRedisTemplate stringRedisTemplate)
Copyright © 2019. All rights reserved.