ehcache

Uses of Package
net.sf.ehcache.loader

Packages that use net.sf.ehcache.loader
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. 
net.sf.ehcache.jcache This package contains an implementation of JSR-107: the JCACHE API. 
net.sf.ehcache.loader This package contains a cache loaders and associated factories. 
 

Classes in net.sf.ehcache.loader used by net.sf.ehcache
CacheLoader
          Extends JCache CacheLoader with load methods that take an argument in addition to a key
 

Classes in net.sf.ehcache.loader used by net.sf.ehcache.config
CacheLoader
          Extends JCache CacheLoader with load methods that take an argument in addition to a key
 

Classes in net.sf.ehcache.loader used by net.sf.ehcache.constructs.blocking
CacheLoader
          Extends JCache CacheLoader with load methods that take an argument in addition to a key
 

Classes in net.sf.ehcache.loader used by net.sf.ehcache.jcache
CacheLoader
          Extends JCache CacheLoader with load methods that take an argument in addition to a key
 

Classes in net.sf.ehcache.loader used by net.sf.ehcache.loader
CacheLoader
          Extends JCache CacheLoader with load methods that take an argument in addition to a key
 


ehcache