Uses of Interface
net.sf.ehcache.constructs.blocking.UpdatingCacheEntryFactory
-
Packages that use UpdatingCacheEntryFactory Package Description net.sf.ehcache.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. -
-
Uses of UpdatingCacheEntryFactory in net.sf.ehcache.constructs.blocking
Constructors in net.sf.ehcache.constructs.blocking with parameters of type UpdatingCacheEntryFactory Constructor Description UpdatingSelfPopulatingCache(Ehcache cache, UpdatingCacheEntryFactory factory)Creates a SelfPopulatingCache.
-