Uses of Class
org.infinispan.loaders.decorators.AbstractDelegatingStore

Packages that use AbstractDelegatingStore
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
 

Uses of AbstractDelegatingStore in org.infinispan.loaders.decorators
 

Subclasses of AbstractDelegatingStore in org.infinispan.loaders.decorators
 class AsyncStore
          The AsyncStore is a delegating CacheStore that extends AbstractDelegatingStore, overriding methods to that should not just delegate the operation to the underlying store.
 class ReadOnlyStore
          A decorator that makes the underlying store a CacheLoader, i.e., suppressing all write methods.
 class SingletonStore
          SingletonStore is a delegating cache store used for situations when only one instance should interact with the underlying store.
 


-->

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