| 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 | Method and Description |
|---|---|
ElementValueComparatorConfiguration |
CacheConfiguration.getElementValueComparatorConfiguration()
Returns the elementComparatorConfiguration
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheConfiguration.addElementValueComparator(ElementValueComparatorConfiguration elementValueComparatorConfiguration)
Sets the ElementValueComparatorConfiguration for this cache
|
| Constructor and Description |
|---|
ElementValueComparatorConfigurationElement(NodeElement parent,
ElementValueComparatorConfiguration elementValueComparatorConfiguration)
Constructor accepting the parent and the
ElementValueComparatorConfiguration |
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.