Uses of Class
org.springframework.data.redis.cache.RedisCacheManager
Packages that use RedisCacheManager
-
Uses of RedisCacheManager in org.springframework.data.redis.cache
Methods in org.springframework.data.redis.cache that return RedisCacheManagerModifier 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
initialized with the givenRedisConnectionFactory
and usingdefaults
for caching.