Uses of Interface
org.infinispan.commons.api.AsyncCache
-
Packages that use AsyncCache Package Description org.infinispan.client.hotrod Hot Rod client API.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 interface
RemoteCache<K,V>
Provides remote reference to a Hot Rod server/cluster. -
Uses of AsyncCache in org.infinispan.commons.api
Subinterfaces of AsyncCache in org.infinispan.commons.api Modifier and Type Interface Description interface
BasicCache<K,V>
BasicCache provides the common building block for the two different types of caches that Infinispan provides: embedded and remote.
-