Uses of Package
org.jboss.cache.loader

Packages that use org.jboss.cache.loader
org.jboss.cache   
org.jboss.cache.interceptors   
org.jboss.cache.loader   
org.jboss.cache.loader.bdbje   
org.jboss.cache.loader.jdbm   
 

Classes in org.jboss.cache.loader used by org.jboss.cache
CacheLoader
          A CacheLoader implementation persists and load keys to and from secondary storage, such as a database or filesystem.
CacheLoaderManager
          Manages all cache loader functionality.
 

Classes in org.jboss.cache.loader used by org.jboss.cache.interceptors
CacheLoader
          A CacheLoader implementation persists and load keys to and from secondary storage, such as a database or filesystem.
 

Classes in org.jboss.cache.loader used by org.jboss.cache.loader
AbstractCacheLoader
          A convenience abstract implementation of a CacheLoader.
AbstractDelegatingCacheLoader
          AbstractDelegatingCacheLoader provides standard functionality for a cache loader that simply delegates each operation defined in the cache loader interface to the underlying cache loader, basically acting as a proxy to the real cache loader.
AdjListJDBCCacheLoader
          Adjacency List Model is the model of persisting trees in which each children holds a reference to its parent.
AdjListJDBCCacheLoaderConfig
          AdjListJDBCCacheLoaderConfig
CacheLoader
          A CacheLoader implementation persists and load keys to and from secondary storage, such as a database or filesystem.
ConnectionFactory
          ConnectionFactory interface defining the operations to be defined by connection providers
DelegatingCacheLoader
          CacheLoader implementation which delegates to another CacheImpl.
 

Classes in org.jboss.cache.loader used by org.jboss.cache.loader.bdbje
AbstractCacheLoader
          A convenience abstract implementation of a CacheLoader.
CacheLoader
          A CacheLoader implementation persists and load keys to and from secondary storage, such as a database or filesystem.
 

Classes in org.jboss.cache.loader used by org.jboss.cache.loader.jdbm
AbstractCacheLoader
          A convenience abstract implementation of a CacheLoader.
CacheLoader
          A CacheLoader implementation persists and load keys to and from secondary storage, such as a database or filesystem.