Package org.infinispan.loader.decorators

Class Summary
AbstractDelegatingStore Simple delegate that delegates all calls.
AsyncStore The AsyncStore is a delegating CacheStore that extends AbstractDelegatingStore, overriding methods to that should not just delegate the operation to the underlying store.
AsyncStoreConfig Configuration for the async cache loader
ChainingCacheStore A chaining cache loader that allows us to configure > 1 cache loader.
ReadOnlyStore A decorator that makes the underlying store a CacheLoader, i.e., suppressing all write methods.
SingletonStore SingletonStore is a delegating cache store used for situations when only one instance should interact with the underlying store.
SingletonStoreConfig Configuration for a singleton store
 

Exception Summary
SingletonStore.PushStateException Exception representing any issues that arise from pushing the in-memory state to the cache loader.
 



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