Uses of Interface
org.springframework.data.redis.cache.CacheKeyPrefix
Packages that use CacheKeyPrefix
-
Uses of CacheKeyPrefix in org.springframework.data.redis.cache
Methods in org.springframework.data.redis.cache that return CacheKeyPrefixModifier and TypeMethodDescriptionRedisCacheConfiguration.getKeyPrefix()
Gets the configuredCacheKeyPrefix
.static 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.Methods in org.springframework.data.redis.cache with parameters of type CacheKeyPrefixModifier and TypeMethodDescriptionRedisCacheConfiguration.computePrefixWith
(CacheKeyPrefix cacheKeyPrefix) Use the givenCacheKeyPrefix
to compute the prefix for the actual Redis key given the cache name as function input.