| 
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EhcacheDecoratorAdapter | |
|---|---|
| net.sf.ehcache.constructs.blocking | Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. | 
| net.sf.ehcache.constructs.eventual | Construct related to eventual operations | 
| net.sf.ehcache.constructs.readthrough | Ehcache simple read through cache decorator package | 
| net.sf.ehcache.constructs.refreshahead | Ehcache simple refresh-ahead cache decorator package | 
| Uses of EhcacheDecoratorAdapter in net.sf.ehcache.constructs.blocking | 
|---|
| Subclasses of EhcacheDecoratorAdapter in net.sf.ehcache.constructs.blocking | |
|---|---|
 class | 
BlockingCache
A blocking decorator for an Ehcache, backed by a Ehcache. | 
 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 EhcacheDecoratorAdapter in net.sf.ehcache.constructs.eventual | 
|---|
| Subclasses of EhcacheDecoratorAdapter in net.sf.ehcache.constructs.eventual | |
|---|---|
 class | 
StronglyConsistentCacheAccessor
StronglyConsistentCacheAccessor is a decorator that accepts distributed caches configured with eventual consistency.  | 
| Uses of EhcacheDecoratorAdapter in net.sf.ehcache.constructs.readthrough | 
|---|
| Subclasses of EhcacheDecoratorAdapter in net.sf.ehcache.constructs.readthrough | |
|---|---|
 class | 
ReadThroughCache
This class implements the simplest of all possible read through cache behaviors, where a call the get() will delegate to a call to getWithLoader().  | 
| Uses of EhcacheDecoratorAdapter in net.sf.ehcache.constructs.refreshahead | 
|---|
| Subclasses of EhcacheDecoratorAdapter in net.sf.ehcache.constructs.refreshahead | |
|---|---|
 class | 
RefreshAheadCache
A cache decorator which implements read ahead refreshing.  | 
  | 
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||