See: Description
| Interface | Description |
|---|---|
| AbstractDelegatingAdvancedCache.AdvancedCacheWrapper<K,V> | |
| AdvancedCache<K,V> |
An advanced interface that exposes additional methods not available on
Cache. |
| Cache<K,V> |
The central interface of Infinispan.
|
| Class | Description |
|---|---|
| AbstractDelegatingAdvancedCache<K,V> |
Similar to
AbstractDelegatingCache, but for AdvancedCache. |
| AbstractDelegatingCache<K,V> |
This is a convenient base class for implementing a cache delegate.
|
| CacheImpl<K,V> | |
| CacheSupport<K,V> | |
| DecoratedCache<K,V> |
A decorator to a cache, which can be built with a specific
ClassLoader and a set of Flags. |
| Version |
Contains version information about this release of Infinispan.
|
| Exception | Description |
|---|---|
| CacheConfigurationException |
An exception that represents an error in the configuration.
|
| CacheException |
Thrown when operations on
Cache fail unexpectedly. |
| InvalidCacheUsageException |
Thrown when client makes cache usage errors.
|
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.