Uses of Interface
org.infinispan.commons.api.AsyncCache
Packages that use AsyncCache
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Hot Rod client API.
Commons API package
Security API.
-
Uses of AsyncCache in org.infinispan
Subinterfaces of AsyncCache in org.infinispanModifier and TypeInterfaceDescriptioninterface
AdvancedCache<K,
V> An advanced interface that exposes additional methods not available onCache
.interface
Cache<K,
V> The central interface of Infinispan. -
Uses of AsyncCache in org.infinispan.client.hotrod
Subinterfaces of AsyncCache in org.infinispan.client.hotrodModifier and TypeInterfaceDescriptioninterface
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.apiModifier and TypeInterfaceDescriptioninterface
BasicCache<K,
V> BasicCache provides the common building block for the two different types of caches that Infinispan provides: embedded and remote. -
Uses of AsyncCache in org.infinispan.security
Subinterfaces of AsyncCache in org.infinispan.security