See: Description
| Interface | Description |
|---|---|
| AdvancedCache<K,V> |
An advanced interface that exposes additional methods not available on
Cache. |
| Cache<K,V> |
The central interface of Infinispan.
|
| CacheCollection<E> |
A collection type that returns special Cache based streams that have additional options to tweak behavior.
|
| CacheSet<E> |
A set that also must implement the various
CacheCollection methods for streams. |
| CacheStream<R> | |
| CacheStream.SegmentCompletionListener |
Functional interface that is used as a callback when segments are completed.
|
| DoubleCacheStream |
A
DoubleStream that has additional methods to allow for Serializable instances. |
| IntCacheStream |
A
IntStream that has additional methods to allow for Serializable instances. |
| LongCacheStream |
A
LongStream that has additional methods to allow for Serializable instances. |
| Class | Description |
|---|---|
| AbstractDelegatingAdvancedCache<K,V> | Deprecated
Extend from
AbstractDelegatingAdvancedCache
instead. |
| AbstractDelegatingCache<K,V> | Deprecated
Extend from
AbstractDelegatingCache
instead. |
| Version |
Contains version information about this release of Infinispan.
|
| Exception | Description |
|---|---|
| IllegalLifecycleStateException |
This exception is thrown when the cache or cache manager does not have the
right lifecycle state for operations to be called on it.
|
| InvalidCacheUsageException |
Thrown when client makes cache usage errors.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.