Uses of Interface
io.lettuce.core.support.caching.CacheFrontend
| Package | Description |
|---|---|
| io.lettuce.core.support.caching |
-
Uses of CacheFrontend in io.lettuce.core.support.caching
Classes in io.lettuce.core.support.caching that implement CacheFrontend Modifier and Type Class Description classClientSideCaching<K,V>Utility to provide server-side assistance for client-side caches.Methods in io.lettuce.core.support.caching that return CacheFrontend Modifier and Type Method 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 givenCacheAccessorandStatefulRedisConnection.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 givenCacheAccessorandStatefulRedisConnection.