| Modifier and Type | Method and Description |
|---|---|
Stream<ReloadAheadKey> |
RedisKeyRetriever.retrieveKeysForCache(org.springframework.cache.Cache cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisValueUpdater.writeValueToCache(org.springframework.cache.Cache cache,
ReloadAheadKey key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
ReloadAheadKey |
RedisKeyTransformerService.transformReloadAheadKey(byte[] key,
String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
Stream<ReloadAheadKey> |
ReloadAheadKeyRetriever.retrieveKeysForCache(org.springframework.cache.Cache cache) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ReloadAheadValueReloader.reloadCacheForKey(ReloadAheadKey key) |
void |
ReloadAheadValueUpdater.writeValueToCache(org.springframework.cache.Cache cache,
ReloadAheadKey key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Stream<ReloadAheadKey> |
CaffeineKeyRetriever.retrieveKeysForCache(org.springframework.cache.Cache cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
CaffeineValueUpdater.writeValueToCache(org.springframework.cache.Cache cache,
ReloadAheadKey key,
Object value) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.