Package | Description |
---|---|
org.springframework.data.redis.cache |
Package providing a Redis implementation for Spring
cache
abstraction.
|
Class and Description |
---|
BatchStrategy
A
BatchStrategy to be used with RedisCacheWriter . |
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 the underlying store for cache data. |
RedisCacheConfiguration
Immutable
RedisCacheConfiguration used to customize RedisCache behaviour, such as caching
null values, computing cache key prefixes and handling 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–2023 Pivotal Software, Inc.. All rights reserved.