Uses of Package
org.oxerr.spring.cache.redis.scored
Package
Description
Spring cache implementation using Redis sorted set,
to prevent returning stale data in cache querying.
Spring boot auto configuration.
-
ClassDescription
RedisCacheWriter
implementation using sorted set as back-end store.Score holder. -
ClassDescriptionResolves the score of the caching value by the
ScoreResolver
, and stores to theScoreHolder
, and then theScoredRedisCacheWriter
could read the score from theScoreHolder
Score holder.