Package org.springframework.data.redis.cache
@NonNullApi
@NonNullFields
package org.springframework.data.redis.cache
Package providing a Redis implementation for Spring
cache
abstraction.
-
ClassDescriptionA
BatchStrategy
to be used withRedisCacheWriter
.CacheKeyPrefix
is a callback hook for creating custom prefixes prepended to the actual key stored in Redis.Cache statistics for aRedisCache
.The statistics collector supports capturing of relevantRedisCache
operations such as hits & misses.Interface to be implemented by objects that exposeCacheStatistics
identified bycacheName
.Cache
implementation using for Redis as the underlying store for cache data.ImmutableRedisCacheConfiguration
used to customizeRedisCache
behaviour, such as caching null values, computing cache key prefixes and handling binary serialization.CacheManager
backed by aRedisCache
.Builder for creating aRedisCacheManager
.RedisCacheWriter
provides low level access to Redis commands (SET, SETNX, GET, EXPIRE,...
) used for caching.