See: Description
Interface | Description |
---|---|
CacheEntryFactory |
Creates objects to populate the cache.
|
UpdatingCacheEntryFactory |
A
CacheEntryFactory with one additional method, updateEntryValue((Serializable key, Serializable value)
which allows the cache entry to updated rather than replaced. |
Class | Description |
---|---|
BlockingCache |
A blocking decorator for an Ehcache, backed by a
Ehcache . |
BlockingCacheOperationOutcomes |
The Class BlockingCacheOperationOutcomes.
|
SelfPopulatingCache |
A selfpopulating decorator for
Ehcache that creates entries on demand. |
UpdatingSelfPopulatingCache |
A
Cache backed cache that creates entries on demand. |
Enum | Description |
---|---|
BlockingCacheOperationOutcomes.GetOutcome |
The operation outcome for
BlockingCache gets |
Exception | Description |
---|---|
LockTimeoutException |
Indicates that a timeout has occured while attempting to obtain a lock using
ReadWriteLockSync.tryLock(net.sf.ehcache.concurrent.LockType, long) |
Copyright 2001-2021, Terracotta, Inc.