| Package | Description |
|---|---|
| org.springframework.data.couchbase.cache |
| Modifier and Type | Method and Description |
|---|---|
static CacheKeyPrefix |
CacheKeyPrefix.prefixed(String prefix)
Creates a
CacheKeyPrefix scheme that prefixes cache keys with the given prefix. |
static CacheKeyPrefix |
CacheKeyPrefix.simple()
Creates a default
CacheKeyPrefix scheme that prefixes cache keys with cacheName followed by double
colons. |
| Modifier and Type | Method and Description |
|---|---|
CouchbaseCacheConfiguration |
CouchbaseCacheConfiguration.computePrefixWith(CacheKeyPrefix cacheKeyPrefix)
Use the given
CacheKeyPrefix to compute the prefix for the actual Couchbase key given the
cache name as function input. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.