|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.sf.ehcache.constructs.blocking | |
---|---|
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. |
Classes in net.sf.ehcache.constructs.blocking used by net.sf.ehcache.constructs.blocking | |
---|---|
BlockingCache
A blocking decorator for an Ehcache, backed by a Ehcache . |
|
CacheEntryFactory
Creates objects to populate the cache. |
|
LockTimeoutException
Indicates that a timeout has occured while attempting to obtain a lock using Mutex.attempt(long)
This is a normal runtime exception which should be handled by calling code. |
|
SelfPopulatingCache
A selfpopulating decorator for Ehcache that creates entries on demand. |
|
UpdatingCacheEntryFactory
A CacheEntryFactory with one additional method, updateEntryValue((Serializable key, Serializable value)
which allows the cache entry to updated rather than replaced. |
Classes in net.sf.ehcache.constructs.blocking used by net.sf.ehcache.constructs.web.filter | |
---|---|
BlockingCache
A blocking decorator for an Ehcache, backed by a Ehcache . |
|
LockTimeoutException
Indicates that a timeout has occured while attempting to obtain a lock using Mutex.attempt(long)
This is a normal runtime exception which should be handled by calling code. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |