Class MapCacheOptions<K,V>

java.lang.Object
org.redisson.api.MapOptions<K,V>
org.redisson.api.MapCacheOptions<K,V>
Type Parameters:
K - key type
V - value type

@Deprecated public class MapCacheOptions<K,V> extends MapOptions<K,V>
Deprecated.
Configuration for RMapCache object.
Author:
Nikita Koksharov