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.
|
| 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 © 2015 JBoss, a division of Red Hat. All rights reserved.