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.classloader |
ClassLoader contstructs package
|
net.sf.ehcache.extension |
This package contains interfaces and classes for the cache extension mechanism.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<CacheExtension> |
Cache.registeredCacheExtensions |
Modifier and Type | Method and Description |
---|---|
private static CacheExtension |
Cache.createCacheExtension(CacheConfiguration.CacheExtensionFactoryConfiguration factoryConfiguration,
Ehcache cache)
Tries to load the class specified otherwise defaults to null.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CacheExtension> |
Ehcache.getRegisteredCacheExtensions() |
java.util.List<CacheExtension> |
Cache.getRegisteredCacheExtensions() |
Modifier and Type | Method and Description |
---|---|
void |
Ehcache.registerCacheExtension(CacheExtension cacheExtension)
Register a
CacheExtension with the cache. |
void |
Cache.registerCacheExtension(CacheExtension cacheExtension)
Register a
CacheExtension with the cache. |
void |
Ehcache.unregisterCacheExtension(CacheExtension cacheExtension)
Unregister a
CacheExtension with the cache. |
void |
Cache.unregisterCacheExtension(CacheExtension cacheExtension)
Unregister a
CacheExtension with the cache. |
Modifier and Type | Method and Description |
---|---|
java.util.List<CacheExtension> |
EhcacheDecoratorAdapter.getRegisteredCacheExtensions() |
Modifier and Type | Method and Description |
---|---|
void |
EhcacheDecoratorAdapter.registerCacheExtension(CacheExtension cacheExtension)
Register a
CacheExtension with the cache. |
void |
EhcacheDecoratorAdapter.unregisterCacheExtension(CacheExtension cacheExtension)
Unregister a
CacheExtension with the cache. |
Modifier and Type | Method and Description |
---|---|
void |
ClassLoaderAwareCache.registerCacheExtension(CacheExtension arg0)
Register a
CacheExtension with the cache. |
void |
ClassLoaderAwareCache.unregisterCacheExtension(CacheExtension arg0)
Unregister a
CacheExtension with the cache. |
Modifier and Type | Method and Description |
---|---|
CacheExtension |
CacheExtension.clone(Ehcache cache)
Creates a clone of this extension.
|
abstract CacheExtension |
CacheExtensionFactory.createCacheExtension(Ehcache cache,
java.util.Properties properties) |