Uses of Interface
org.infinispan.commons.api.BatchingCache
Packages that use BatchingCache
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Security API.
-
Uses of BatchingCache in org.infinispan
Subinterfaces of BatchingCache 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 BatchingCache in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl that implement BatchingCacheModifier and TypeClassDescriptionclass
Similar toAbstractDelegatingCache
, but forAdvancedCache
.class
This is a convenient base class for implementing a cache delegate.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 BatchingCache in org.infinispan.security
Subinterfaces of BatchingCache in org.infinispan.security -
Uses of BatchingCache in org.infinispan.security.impl
Classes in org.infinispan.security.impl that implement BatchingCache