Package net.sf.ehcache.store
Interface ElementValueComparator
-
- All Known Implementing Classes:
DefaultElementValueComparator
public interface ElementValueComparatorUsed to compare two element values. Implementations must define a constructor accepting a single CacheConfiguration argument.- Author:
- Ludovic Orban
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(Element e1, Element e2)Compare the two elements.
-