Uses of Interface
org.infinispan.commons.api.AsyncCache
-
Packages that use AsyncCache Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.transaction org.infinispan.commons.api Commons API package -
-
Uses of AsyncCache in org.infinispan.client.hotrod
Subinterfaces of AsyncCache in org.infinispan.client.hotrod Modifier and Type Interface Description interfaceRemoteCache<K,V>Provides remote reference to a Hot Rod server/cluster. -
Uses of AsyncCache in org.infinispan.client.hotrod.impl
Subinterfaces of AsyncCache in org.infinispan.client.hotrod.impl Modifier and Type Interface Description interfaceInternalRemoteCache<K,V>Classes in org.infinispan.client.hotrod.impl that implement AsyncCache Modifier and Type Class Description classDelegatingRemoteCache<K,V>Delegates all invocations to the provided underlyingInternalRemoteCachebut provides extensibility to intercept when a method is invoked.classInvalidatedNearRemoteCache<K,V>NearRemoteCacheimplementation enablingclassRemoteCacheImpl<K,V>classRemoteCacheSupport<K,V>Purpose: keep all delegating and unsupported methods in one place -> readability. -
Uses of AsyncCache in org.infinispan.client.hotrod.impl.transaction
Classes in org.infinispan.client.hotrod.impl.transaction that implement AsyncCache Modifier and Type Class Description classTransactionalRemoteCacheImpl<K,V>ARemoteCacheimplementation that handlesTransaction. -
Uses of AsyncCache in org.infinispan.commons.api
Subinterfaces of AsyncCache in org.infinispan.commons.api Modifier and Type Interface Description interfaceBasicCache<K,V>BasicCache provides the common building block for the two different types of caches that Infinispan provides: embedded and remote.
-