| Package | Description |
|---|---|
| net.sf.ehcache.config |
This package contains the cache configuration code.
|
| net.sf.ehcache.config.generator.model.elements |
This package contains utility classes encapsulating ideas of Elements and Attributes from the ehcache.xsd
|
| Modifier and Type | Field and Description |
|---|---|
static CopyStrategyConfiguration |
CacheConfiguration.DEFAULT_COPY_STRATEGY_CONFIGURATION
Default copyStrategyConfiguration
|
| Modifier and Type | Method and Description |
|---|---|
protected CopyStrategyConfiguration |
CopyStrategyConfiguration.copy()
Make copy of this configuration
|
CopyStrategyConfiguration |
CacheConfiguration.getCopyStrategyConfiguration()
Returns the copyStrategyConfiguration
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheConfiguration.addCopyStrategy(CopyStrategyConfiguration copyStrategyConfiguration)
Sets the CopyStrategyConfiguration for this cache
|
| Constructor and Description |
|---|
CopyStrategyConfigurationElement(NodeElement parent,
CopyStrategyConfiguration copyStrategyConfiguration)
Constructor accepting the parent and the
CopyStrategyConfiguration |
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.