ehcache

Uses of Class
net.sf.ehcache.constructs.blocking.BlockingCache

Packages that use BlockingCache
net.sf.ehcache.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. 
net.sf.ehcache.constructs.web.filter

Caching filters compliant with the filters in the Servlet 2.3 specification. 

 

Uses of BlockingCache in net.sf.ehcache.constructs.blocking
 

Subclasses of BlockingCache in net.sf.ehcache.constructs.blocking
 class SelfPopulatingCache
          A selfpopulating decorator for Ehcache that creates entries on demand.
 class UpdatingSelfPopulatingCache
          A Cache backed cache that creates entries on demand.
 

Uses of BlockingCache in net.sf.ehcache.constructs.web.filter
 

Fields in net.sf.ehcache.constructs.web.filter declared as BlockingCache
protected  BlockingCache CachingFilter.blockingCache
          The cache holding the web pages.
 


ehcache