| Package | Description |
|---|---|
| io.lettuce.core.support.caching |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientSideCaching<K,V>
Utility to provide server-side assistance for client-side caches.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> CacheFrontend<K,V> |
ClientSideCaching.create(CacheAccessor<K,V> cacheAccessor,
StatefulRedisConnection<K,V> connection)
Create a server-assisted Client side caching for the given
CacheAccessor and StatefulRedisConnection. |
static <K,V> CacheFrontend<K,V> |
ClientSideCaching.enable(CacheAccessor<K,V> cacheAccessor,
StatefulRedisConnection<K,V> connection,
TrackingArgs tracking)
Enable server-assisted Client side caching for the given
CacheAccessor and StatefulRedisConnection. |
Copyright © 2025 lettuce.io. All rights reserved.