Uses of Class
org.jboss.cache.loader.AbstractDelegatingCacheLoader

Packages that use AbstractDelegatingCacheLoader
org.jboss.cache.loader   
 

Uses of AbstractDelegatingCacheLoader in org.jboss.cache.loader
 

Subclasses of AbstractDelegatingCacheLoader in org.jboss.cache.loader
 class AsyncCacheLoader
          The AsyncCacheLoader is a delegating cache loader that extends AbstractDelegatingCacheLoader overriding methods to that should not just delegate the operation to the underlying cache loader.
 class ReadOnlyDelegatingCacheLoader
          Provides ignoreModifications features to all cache loaders.
 class SingletonStoreCacheLoader
          SingletonStoreCacheLoader is a delegating cache loader used for situations when only one node should interact with the underlying store.
 



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