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 | Method and Description |
---|---|
List<CacheExtension> |
Ehcache.getRegisteredCacheExtensions() |
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 |
---|---|
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,
Properties properties) |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.