Uses of Class
org.infinispan.cache.impl.AbstractDelegatingCache
-
Packages that use AbstractDelegatingCache Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.cache.impl -
-
Uses of AbstractDelegatingCache in org.infinispan
Subclasses of AbstractDelegatingCache in org.infinispan Modifier and Type Class Description class
AbstractDelegatingAdvancedCache<K,V>
Deprecated.Extend fromAbstractDelegatingAdvancedCache
instead.class
AbstractDelegatingCache<K,V>
Deprecated.Extend fromAbstractDelegatingCache
instead. -
Uses of AbstractDelegatingCache in org.infinispan.cache.impl
Subclasses of AbstractDelegatingCache in org.infinispan.cache.impl Modifier and Type Class Description class
AbstractDelegatingAdvancedCache<K,V>
Similar toAbstractDelegatingCache
, but forAdvancedCache
.class
DecoratedCache<K,V>
A decorator to a cache, which can be built with a specific set ofFlag
s.class
EncoderCache<K,V>
Cache decoration that makes use of theEncoder
andWrapper
to convert between storage value and read/write value.
-