Class RedissonTransactionalMapCache<K,V>

java.lang.Object
org.redisson.RedissonObject
org.redisson.RedissonMap<K,V>
org.redisson.RedissonMapCache<K,V>
org.redisson.transaction.RedissonTransactionalMapCache<K,V>
Type Parameters:
K - key type
V - value type
All Implemented Interfaces:
ConcurrentMap<K,V>, Map<K,V>, RDestroyable, RExpirable, RExpirableAsync, RMap<K,V>, RMapAsync<K,V>, RMapCache<K,V>, RMapCacheAsync<K,V>, RObject, RObjectAsync

public class RedissonTransactionalMapCache<K,V> extends RedissonMapCache<K,V>
Author:
Nikita Koksharov