Uses of Interface
org.springframework.data.redis.cache.CacheKeyPrefix
-
Uses of CacheKeyPrefix in org.springframework.data.redis.cache
Modifier and TypeMethodDescriptionstatic CacheKeyPrefix
Creates aCacheKeyPrefix
scheme that prefixes cache keys with the givenprefix
.static CacheKeyPrefix
CacheKeyPrefix.simple()
Creates a defaultCacheKeyPrefix
scheme that prefixes cache keys with thename
of the cache followed by double colons.Modifier and TypeMethodDescriptionRedisCacheConfiguration.computePrefixWith
(CacheKeyPrefix cacheKeyPrefix) Use the givenCacheKeyPrefix
to compute the prefix for the actual Redis key given the cache name as function input.