Uses of Class
org.jboss.cache.interceptors.BaseCacheLoaderInterceptor

Packages that use BaseCacheLoaderInterceptor
org.jboss.cache.interceptors   
 

Uses of BaseCacheLoaderInterceptor in org.jboss.cache.interceptors
 

Subclasses of BaseCacheLoaderInterceptor in org.jboss.cache.interceptors
 class ActivationInterceptor
          Loads nodes that don't exist at the time of the call into memory from the CacheLoader.
 class CacheLoaderInterceptor
          Loads nodes that don't exist at the time of the call into memory from the CacheLoader
 class CacheStoreInterceptor
          Writes modifications back to the store on the way out: stores modifications back through the CacheLoader, either after each method call (no TXs), or at TX commit.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.