| 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.
|
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.