| Package | Description |
|---|---|
| org.springframework.data.redis.cache |
Package providing a Redis implementation for Spring
cache
abstraction.
|
| Class and Description |
|---|
CacheKeyPrefix
CacheKeyPrefix provides a hook for creating custom prefixes prepended to the actual key stored in
Redis. |
RedisCache
Cache implementation using for Redis as underlying store. |
| RedisCacheConfiguration
Immutable
RedisCacheConfiguration helps customizing RedisCache behaviour such as caching
null values, cache key prefixes and binary serialization. |
RedisCacheManager
CacheManager backed by a Redis cache. |
| RedisCacheManager.RedisCacheManagerBuilder
Configurator for creating
RedisCacheManager. |
RedisCacheWriter
RedisCacheWriter provides low level access to Redis commands (SET, SETNX, GET, EXPIRE,...) used for
caching. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.