All Classes and Interfaces
Class
Description
Check
Spring Boot Documentation
for more about RedisCacheManagerBuilderCustomizer.
Score holder implementation using
InheritableThreadLocal
.Specifies the score field or property.
See
org.springframework.boot.autoconfigure.cache.RedisCacheConfiguration
.Resolves the score of the caching value by the
ScoreResolver
,
and stores to the ScoreHolder
,
and then the ScoredRedisCacheWriter
could read the score
from the ScoreHolder
RedisCacheWriter
implementation using sorted set as back-end store.Score holder.