Package org.springframework.data.redis.cache
@NonNullApi
@NonNullFields
package org.springframework.data.redis.cache
Package providing a Redis implementation for Spring
cache
abstraction.
-
ClassDescriptionA
BatchStrategyto be used withRedisCacheWriter.CacheKeyPrefixprovides a hook for creating custom prefixes prepended to the actual key stored in Redis.Cache statistics for aRedisCache.The statistics collector supports capturing of relevantRedisCacheoperations such as hits & misses.Interface to be implemented by objects that exposeCacheStatisticsidentified bycacheName.Cacheimplementation using for Redis as underlying store.ImmutableRedisCacheConfigurationhelps customizingRedisCachebehaviour such as caching null values, cache key prefixes and binary serialization.CacheManagerbacked by aRediscache.Configurator for creatingRedisCacheManager.RedisCacheWriterprovides low level access to Redis commands (SET, SETNX, GET, EXPIRE,...) used for caching.