Uses of Class
net.sf.ehcache.config.ElementValueComparatorConfiguration
-
Packages that use ElementValueComparatorConfiguration 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 -
-
Uses of ElementValueComparatorConfiguration in net.sf.ehcache.config
Methods in net.sf.ehcache.config that return ElementValueComparatorConfiguration Modifier and Type Method Description ElementValueComparatorConfigurationCacheConfiguration. getElementValueComparatorConfiguration()Returns the elementComparatorConfigurationMethods in net.sf.ehcache.config with parameters of type ElementValueComparatorConfiguration Modifier and Type Method Description voidCacheConfiguration. addElementValueComparator(ElementValueComparatorConfiguration elementValueComparatorConfiguration)Sets the ElementValueComparatorConfiguration for this cache The default configuration will setup aDefaultElementValueComparator -
Uses of ElementValueComparatorConfiguration in net.sf.ehcache.config.generator.model.elements
Constructors in net.sf.ehcache.config.generator.model.elements with parameters of type ElementValueComparatorConfiguration Constructor Description ElementValueComparatorConfigurationElement(NodeElement parent, ElementValueComparatorConfiguration elementValueComparatorConfiguration)Constructor accepting the parent and theElementValueComparatorConfiguration
-