Class RedisCache

java.lang.Object
org.springframework.cache.support.AbstractValueAdaptingCache
org.springframework.data.redis.cache.RedisCache
All Implemented Interfaces:
org.springframework.cache.Cache

public class RedisCache extends org.springframework.cache.support.AbstractValueAdaptingCache
Cache implementation using for Redis as the underlying store for cache data.

Use RedisCacheManager to create RedisCache instances.

Since:
2.0
Author:
Christoph Strobl, Mark Paluch, Piotr Mionskowski, Jos Roseboom, John Blum
See Also:
  • AbstractValueAdaptingCache