Uses of Class
org.springframework.data.redis.cache.RedisCacheManager
-
Uses of RedisCacheManager in org.springframework.data.redis.cache
Modifier and TypeMethodDescriptionRedisCacheManager.RedisCacheManagerBuilder.build()
Create new instance ofRedisCacheManager
with configuration options applied.static RedisCacheManager
RedisCacheManager.create
(RedisConnectionFactory connectionFactory) Factory method used to construct a newRedisCacheManager
using the givenRedisConnectionFactory
with caching defaults applied.