Uses of Interface
org.infinispan.commons.api.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
Modifier 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.cache.impl
Modifier and TypeClassDescriptionclass
Similar toAbstractDelegatingCache
, but forAdvancedCache
.class
This is a convenient base class for implementing a cache delegate.class
AliasCache<K,
V> class
CacheImpl<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
Modifier and TypeInterfaceDescriptioninterface
RemoteCache<K,
V> Provides remote reference to a Hot Rod server/cluster. -
Uses of AsyncCache in org.infinispan.client.hotrod.impl
Modifier and TypeClassDescriptionclass
Delegates all invocations to the provided underlyingInternalRemoteCache
but provides extensibility to intercept when a method is invoked.class
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
Modifier 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
-
Uses of AsyncCache in org.infinispan.security.impl