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> |
Similar to
AbstractDelegatingCache , but for AdvancedCache . |
AbstractDelegatingCache<K,V> |
This is a convenient base class for implementing a cache delegate.
|
AbstractDelegatingCacheImpl<K,V> |
Similar to
AbstractDelegatingAdvancedCache , this adapter can only delegate to a CacheImpl instance. |
CacheImpl<K,V> | |
CacheSupport<K,V> | |
ClassLoaderSpecfiedCache<K,V> | |
DecoratedCache<K,V> |
A decorator to a cache, which can be built with a specific
ClassLoader and a set of Flag s. |
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. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.