Uses of Package
net.sf.ehcache.constructs.blocking
-
Packages that use net.sf.ehcache.constructs.blocking Package Description net.sf.ehcache.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. -
Classes in net.sf.ehcache.constructs.blocking used by net.sf.ehcache.constructs.blocking Class Description BlockingCache A blocking decorator for an Ehcache, backed by aEhcache.BlockingCacheOperationOutcomes.GetOutcome The operation outcome forBlockingCachegetsCacheEntryFactory Creates objects to populate the cache.LockTimeoutException Indicates that a timeout has occured while attempting to obtain a lock usingReadWriteLockSync.tryLock(net.sf.ehcache.concurrent.LockType, long)SelfPopulatingCache A selfpopulating decorator forEhcachethat creates entries on demand.UpdatingCacheEntryFactory ACacheEntryFactorywith one additional method,updateEntryValue((Serializable key, Serializable value)which allows the cache entry to updated rather than replaced.