Class RedisCacheConfiguration

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

public class RedisCacheConfiguration extends Object
Immutable RedisCacheConfiguration helps customizing RedisCache behaviour such as caching null values, cache key prefixes and binary serialization.
Start with defaultCacheConfig() and customize RedisCache behaviour from there on.
Since:
2.0
Author:
Christoph Strobl, Mark Paluch