Class RemoteCacheSupport<K,​V>

  • All Implemented Interfaces:
    ConcurrentMap<K,​V>, Map<K,​V>, RemoteCache<K,​V>, org.infinispan.commons.api.AsyncCache<K,​V>, org.infinispan.commons.api.BasicCache<K,​V>, org.infinispan.commons.api.Lifecycle, org.infinispan.commons.api.TransactionalCache
    Direct Known Subclasses:
    RemoteCacheImpl

    public abstract class RemoteCacheSupport<K,​V>
    extends Object
    implements RemoteCache<K,​V>
    Purpose: keep all delegating and unsupported methods in one place -> readability.
    Since:
    4.1
    Author:
    Mircea.Markus@jboss.com