Uses of Interface
org.infinispan.commons.api.AsyncCache
-
Packages that use AsyncCache Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.cache.impl org.infinispan.client.hotrod Hot Rod client API.org.infinispan.commons.api Commons API packageorg.infinispan.security Security API. -
-
Uses of AsyncCache in org.infinispan
Subinterfaces of AsyncCache in org.infinispan Modifier and Type Interface Description interfaceAdvancedCache<K,V>An advanced interface that exposes additional methods not available onCache.interfaceCache<K,V>The central interface of Infinispan.Classes in org.infinispan that implement AsyncCache Modifier and Type Class Description classAbstractDelegatingAdvancedCache<K,V>Deprecated.Extend fromAbstractDelegatingAdvancedCacheinstead.classAbstractDelegatingCache<K,V>Deprecated.Extend fromAbstractDelegatingCacheinstead. -
Uses of AsyncCache in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw AsyncCache Modifier and Type Class Description classorg.infinispan.cache.impl.AbstractDelegatingAdvancedCache<K,V>Similar toAbstractDelegatingCache, but forAdvancedCache.classorg.infinispan.cache.impl.AbstractDelegatingCache<K,V>This is a convenient base class for implementing a cache delegate. -
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.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. -
Uses of AsyncCache in org.infinispan.security
Subinterfaces of AsyncCache in org.infinispan.security Modifier and Type Interface Description interfaceSecureCache<K,V>SecureCache.
-