Package org.jboss.cache.loader

Interface Summary
CacheLoader (src) Implementations need to load an object given a key from secondary storage, or store an object under a given key in secondary storage (e.g.
CacheLoaderAop (src) Responsible for storing and retrieving objects to/from secondary storage.
 

Class Summary
DelegatingCacheLoader (src) CacheLoader implementation which delegates to another TreeCache.
FileCacheLoader (src) Simple file-based CacheLoader implementation.
JDBCCacheLoader (src) JDBC CacheLoader implementation.
LocalDelegatingCacheLoader (src) DelegatingCacheLoader implementation which delegates to a local (in the same VM) TreeCache.
NodeData (src) Serializable representation of the data of a node (FQN and attributes)
RmiDelegatingCacheLoader (src) DelegatingCacheLoader implementation which delegates to a remote (not in the same VM) TreeCache using the Java RMI mechanism.
RpcDelegatingCacheLoader (src) DelegatingCacheLoader implementation which delegates to a remote (not in the same VM) TreeCache using JGroups' RPC mechanism.
SharedStoreCacheLoader (src) CacheLoader proxy used only when multiple CacheLoaders in a cluster access the same underlying store (e.g.