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 Flag s. |
Version |
Contains version information about this release of Infinispan.
|
Exception | Description |
---|---|
CacheException | Deprecated |
InvalidCacheUsageException |
Thrown when client makes cache usage errors.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.