| Package | Description |
|---|---|
| org.springframework.data.redis.cache |
Package providing a Redis implementation for Spring
cache
abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
RedisCacheConfiguration |
RedisCacheConfiguration.computePrefixWith(CacheKeyPrefix cacheKeyPrefix)
Use the given
CacheKeyPrefix to compute the prefix for the actual Redis key on the
cache name. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.