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 |
---|---|
private ElementValueComparatorConfiguration |
CacheConfiguration.elementValueComparatorConfiguration |
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
|
Modifier and Type | Field and Description |
---|---|
private ElementValueComparatorConfiguration |
ElementValueComparatorConfigurationElement.elementValueComparatorConfiguration |
Constructor and Description |
---|
ElementValueComparatorConfigurationElement(NodeElement parent,
ElementValueComparatorConfiguration elementValueComparatorConfiguration)
Constructor accepting the parent and the
ElementValueComparatorConfiguration |