Uses of Interface
org.springframework.data.couchbase.cache.CacheKeyPrefix
Packages that use CacheKeyPrefix
-
Uses of CacheKeyPrefix in org.springframework.data.couchbase.cache
Methods in org.springframework.data.couchbase.cache that return CacheKeyPrefixModifier and TypeMethodDescriptionstatic CacheKeyPrefixCreates aCacheKeyPrefixscheme that prefixes cache keys with the givenprefix.static CacheKeyPrefixCacheKeyPrefix.simple()Creates a defaultCacheKeyPrefixscheme that prefixes cache keys withcacheNamefollowed by double colons.Methods in org.springframework.data.couchbase.cache with parameters of type CacheKeyPrefixModifier and TypeMethodDescriptionCouchbaseCacheConfiguration.computePrefixWith(CacheKeyPrefix cacheKeyPrefix) Use the givenCacheKeyPrefixto compute the prefix for the actual Couchbase key given the cache name as function input.