Class RemoteCacheImpl<K,V>

java.lang.Object
org.infinispan.client.hotrod.impl.RemoteCacheSupport<K,V>
org.infinispan.client.hotrod.impl.RemoteCacheImpl<K,V>
All Implemented Interfaces:
ConcurrentMap<K,V>, Map<K,V>, InternalRemoteCache<K,V>, RemoteCache<K,V>, AsyncCache<K,V>, BasicCache<K,V>, Lifecycle, TransactionalCache

public class RemoteCacheImpl<K,V> extends RemoteCacheSupport<K,V> implements InternalRemoteCache<K,V>
Since:
4.1
Author:
Mircea.Markus@jboss.com