Uses of Interface
io.lettuce.core.support.caching.CacheAccessor
| Package | Description |
|---|---|
| io.lettuce.core.support.caching |
-
Uses of CacheAccessor in io.lettuce.core.support.caching
Methods in io.lettuce.core.support.caching that return CacheAccessor Modifier and Type Method Description static <K, V> CacheAccessor<K,V>CacheAccessor. forMap(Map<K,V> map)Obtain aCacheAccessorfor a cache object implementingMap.Methods in io.lettuce.core.support.caching with parameters of type CacheAccessor 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.