| 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. |
| CacheStatistics
Cache statistics for a
RedisCache. |
| CacheStatisticsCollector
The statistics collector supports capturing of relevant
RedisCache operations such as
hits & misses. |
| CacheStatisticsProvider
Interface to be implemented by objects that expose
CacheStatistics identified by cacheName. |
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–2021 Pivotal Software, Inc.. All rights reserved.