Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.constructs |
The constructs package builds on top of the core ehcache classes to create
implementations for common caching patterns.
|
net.sf.ehcache.constructs.blocking |
Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs.
|
net.sf.ehcache.constructs.classloader |
ClassLoader contstructs package
|
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 |
Cache
Cache is the central class in ehcache.
|
Modifier and Type | Class and Description |
---|---|
class |
EhcacheDecoratorAdapter
Adapter class for Ehcache interface decorators.
|
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 |
InternalClassLoaderAwareCache
Extension of Class Loader Aware cache to accommodate the removeAndReturnElement method.
|
Constructor and Description |
---|
InternalClassLoaderAwareCache(InternalEhcache cache,
ClassLoader classLoader)
Constructor
|
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.