Uses of Interface
org.infinispan.commons.api.AsyncCache
Packages that use AsyncCache
Package
Description
Hot Rod client API.
Commons API package
-
Uses of AsyncCache in org.infinispan.client.hotrod
Subinterfaces of AsyncCache in org.infinispan.client.hotrodModifier and TypeInterfaceDescriptioninterfaceRemoteCache<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.implClasses in org.infinispan.client.hotrod.impl that implement AsyncCacheModifier and TypeClassDescriptionclassDelegates all invocations to the provided underlyingInternalRemoteCachebut provides extensibility to intercept when a method is invoked.classNearRemoteCacheimplementation 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 -
Uses of AsyncCache in org.infinispan.commons.api
Subinterfaces of AsyncCache in org.infinispan.commons.apiModifier and TypeInterfaceDescriptioninterfaceBasicCache<K,V> BasicCache provides the common building block for the two different types of caches that Infinispan provides: embedded and remote.