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.client.hotrod.impl org.infinispan.commons.api Commons API packageorg.infinispan.security Security API.org.infinispan.security.impl -
-
Uses of AsyncCache in org.infinispan
Subinterfaces of AsyncCache in org.infinispan Modifier and Type Interface Description interface
AdvancedCache<K,V>
An advanced interface that exposes additional methods not available onCache
.interface
Cache<K,V>
The central interface of Infinispan.Classes in org.infinispan that implement AsyncCache Modifier and Type Class Description class
AbstractDelegatingAdvancedCache<K,V>
Deprecated.Extend fromAbstractDelegatingAdvancedCache
instead.class
AbstractDelegatingCache<K,V>
Deprecated.Extend fromAbstractDelegatingCache
instead. -
Uses of AsyncCache in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl that implement AsyncCache Modifier and Type Class Description class
AbstractDelegatingAdvancedCache<K,V>
Similar toAbstractDelegatingCache
, but forAdvancedCache
.class
AbstractDelegatingCache<K,V>
This is a convenient base class for implementing a cache delegate.class
CacheImpl<K,V>
class
CacheSupport<K,V>
class
DecoratedCache<K,V>
A decorator to a cache, which can be built with a specific set ofFlag
s.class
EncoderCache<K,V>
class
SimpleCacheImpl<K,V>
Simple local cache without interceptor stack.class
StatsCollectingCache<K,V>
Wraps existingAdvancedCache
to collect statistics -
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.client.hotrod.impl
Classes in org.infinispan.client.hotrod.impl that implement AsyncCache Modifier and Type Class Description class
InvalidatedNearRemoteCache<K,V>
NearRemoteCache
implementation enablingclass
RemoteCacheImpl<K,V>
class
RemoteCacheSupport<K,V>
Purpose: keep all delegating and unsupported methods in one place -> readability. -
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. -
Uses of AsyncCache in org.infinispan.security
Subinterfaces of AsyncCache in org.infinispan.security Modifier and Type Interface Description interface
SecureCache<K,V>
SecureCache. -
Uses of AsyncCache in org.infinispan.security.impl
Classes in org.infinispan.security.impl that implement AsyncCache Modifier and Type Class Description class
SecureCacheImpl<K,V>
SecureCacheImpl.
-