Class RedisCacheConfiguration

java.lang.Object
org.springframework.data.redis.cache.RedisCacheConfiguration

public class RedisCacheConfiguration extends Object
Immutable RedisCacheConfiguration used to customize RedisCache behaviour, such as caching null values, computing cache key prefixes and handling binary serialization.

Start with defaultCacheConfig() and customize RedisCache behaviour from that point on.

Since:
2.0
Author:
Christoph Strobl, Mark Paluch, John Blum