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

Packages that use DelegatingCacheLoader
org.jboss.cache.loader   
 

Uses of DelegatingCacheLoader in org.jboss.cache.loader
 

Subclasses of DelegatingCacheLoader in org.jboss.cache.loader
 class LocalDelegatingCacheLoader
          DelegatingCacheLoader implementation which delegates to a local (in the same VM) CacheImpl.
 class TcpDelegatingCacheLoader
          DelegatingCacheLoader implementation which delegates to a remote (not in the same VM) CacheImpl using TCP/IP for communication.