Package org.infinispan

This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.

See:
          Description

Interface Summary
AdvancedCache<K,V> An advanced interface that exposes additional methods not available on Cache.
Cache<K,V> The central interface of Infinispan.
 

Class Summary
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>  
ClassLoaderSpecfiedCache<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 Summary
CacheConfigurationException An exception that represents an error in the configuration.
CacheException Thrown when operations on Cache fail unexpectedly.
 

Package org.infinispan Description

This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. For more information on Infinispan, please read the documentation, tutorials and sample code on the Infinispan project page.


-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.