Package | Description |
---|---|
net.sf.ehcache.constructs.blocking |
Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs.
|
net.sf.ehcache.constructs.eventual |
Construct related to eventual operations
|
net.sf.ehcache.constructs.readthrough |
Ehcache simple read through cache decorator package
|
net.sf.ehcache.constructs.refreshahead |
Ehcache simple refresh-ahead cache decorator package
|
Modifier and Type | Class and Description |
---|---|
class |
BlockingCache
A blocking decorator for an Ehcache, backed by a
Ehcache . |
class |
SelfPopulatingCache
A selfpopulating decorator for
Ehcache that creates entries on demand. |
class |
UpdatingSelfPopulatingCache
A
Cache backed cache that creates entries on demand. |
Modifier and Type | Class and Description |
---|---|
class |
StronglyConsistentCacheAccessor
StronglyConsistentCacheAccessor is a decorator that accepts distributed caches configured with eventual consistency.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadThroughCache
This class implements the simplest of all possible read through cache
behaviors, where a call the get() will delegate to a call to getWithLoader().
|
Modifier and Type | Class and Description |
---|---|
class |
RefreshAheadCache
A cache decorator which implements read ahead refreshing.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.