Uses of Interface
org.redisson.api.RLocalCachedMapCache
Packages that use RLocalCachedMapCache
-
Uses of RLocalCachedMapCache in org.redisson
Methods in org.redisson that return RLocalCachedMapCacheModifier and TypeMethodDescription<K,V> RLocalCachedMapCache <K, V> Redisson.getLocalCachedMapCache(String name, LocalCachedMapCacheOptions<K, V> options) <K,V> RLocalCachedMapCache <K, V> Redisson.getLocalCachedMapCache(String name, Codec codec, LocalCachedMapCacheOptions<K, V> options) -
Uses of RLocalCachedMapCache in org.redisson.api
Methods in org.redisson.api that return RLocalCachedMapCacheModifier and TypeMethodDescription<K,V> RLocalCachedMapCache <K, V> RedissonClient.getLocalCachedMapCache(String name, LocalCachedMapCacheOptions<K, V> options) Returns local cached map cache instance by name.<K,V> RLocalCachedMapCache <K, V> RedissonClient.getLocalCachedMapCache(String name, Codec codec, LocalCachedMapCacheOptions<K, V> options) Returns local cached map cache instance by name using provided codec.