Package | Description |
---|---|
net.sf.ehcache.constructs.blocking |
Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UpdatingCacheEntryFactory
A
CacheEntryFactory with one additional method, updateEntryValue((Serializable key, Serializable value)
which allows the cache entry to updated rather than replaced. |
Modifier and Type | Field and Description |
---|---|
protected CacheEntryFactory |
SelfPopulatingCache.factory
A factory for creating entries, given a key
|
Constructor and Description |
---|
SelfPopulatingCache(Ehcache cache,
CacheEntryFactory factory)
Creates a SelfPopulatingCache.
|
SelfPopulatingCache(Ehcache cache,
int numberOfStripes,
CacheEntryFactory factory)
Create a SelfPopulatingCache, with a specific number of stripes passed to the
underlying
BlockingCache . |
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.