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
provides a 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 underlying store.ImmutableRedisCacheConfiguration
helps customizingRedisCache
behaviour such as caching null values, cache key prefixes and binary serialization.CacheManager
backed by aRedis
cache.Configurator for creatingRedisCacheManager
.RedisCacheWriter
provides low level access to Redis commands (SET, SETNX, GET, EXPIRE,...
) used for caching.