|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CopyStrategyConfiguration | |
---|---|
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 |
Uses of CopyStrategyConfiguration in net.sf.ehcache.config |
---|
Fields in net.sf.ehcache.config declared as CopyStrategyConfiguration | |
---|---|
static CopyStrategyConfiguration |
CacheConfiguration.DEFAULT_COPY_STRATEGY_CONFIGURATION
Default copyStrategyConfiguration |
Methods in net.sf.ehcache.config that return CopyStrategyConfiguration | |
---|---|
protected CopyStrategyConfiguration |
CopyStrategyConfiguration.copy()
Make copy of this configuration |
CopyStrategyConfiguration |
CacheConfiguration.getCopyStrategyConfiguration()
Returns the copyStrategyConfiguration |
Methods in net.sf.ehcache.config with parameters of type CopyStrategyConfiguration | |
---|---|
void |
CacheConfiguration.addCopyStrategy(CopyStrategyConfiguration copyStrategyConfiguration)
Sets the CopyStrategyConfiguration for this cache |
Uses of CopyStrategyConfiguration in net.sf.ehcache.config.generator.model.elements |
---|
Constructors in net.sf.ehcache.config.generator.model.elements with parameters of type CopyStrategyConfiguration | |
---|---|
CopyStrategyConfigurationElement(NodeElement parent,
CopyStrategyConfiguration copyStrategyConfiguration)
Constructor accepting the parent and the CopyStrategyConfiguration |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |