Uses of Interface
net.sf.ehcache.constructs.blocking.CacheEntryFactory
-
Packages that use CacheEntryFactory Package Description net.sf.ehcache.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. -
-
Uses of CacheEntryFactory in net.sf.ehcache.constructs.blocking
Subinterfaces of CacheEntryFactory in net.sf.ehcache.constructs.blocking Modifier and Type Interface Description interfaceUpdatingCacheEntryFactoryACacheEntryFactorywith one additional method,updateEntryValue((Serializable key, Serializable value)which allows the cache entry to updated rather than replaced.Fields in net.sf.ehcache.constructs.blocking declared as CacheEntryFactory Modifier and Type Field Description protected CacheEntryFactorySelfPopulatingCache. factoryA factory for creating entries, given a keyConstructors in net.sf.ehcache.constructs.blocking with parameters of type CacheEntryFactory Constructor Description SelfPopulatingCache(Ehcache cache, int numberOfStripes, CacheEntryFactory factory)Create a SelfPopulatingCache, with a specific number of stripes passed to the underlyingBlockingCache.SelfPopulatingCache(Ehcache cache, CacheEntryFactory factory)Creates a SelfPopulatingCache.
-