Uses of Interface
org.springframework.data.redis.cache.ResetStrategy
Packages that use ResetStrategy
-
Uses of ResetStrategy in org.springframework.data.redis.cache
Methods in org.springframework.data.redis.cache that return ResetStrategyModifier and TypeMethodDescriptionstatic ResetStrategyResetStrategy.clear()Default reset strategy iterating through each registeredRedisCacheand callingRedisCache.clear().static ResetStrategyResetStrategy.flushDb()Flush the Redis database using theFLUSHDBcommand.static ResetStrategyResetStrategy.invalidate()Reset strategy iterating through each registeredRedisCacheand callingRedisCache.invalidate().Methods in org.springframework.data.redis.cache with parameters of type ResetStrategyModifier and TypeMethodDescriptionRedisCacheManager.RedisCacheManagerBuilder.withResetCachesStrategy(ResetStrategy resetStrategy) Configure the CacheResetStrategyto use whenresettingthe cache.