| 
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Criteria
Criteria interface defines a boolean function that computes a search match result
| Method Summary | |
|---|---|
 Criteria | 
and(Criteria other)
Produce a criteria that is the boolean "and" of this and the given other criteria  | 
 boolean | 
execute(Element element,
        Map<String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element  | 
 Criteria | 
not()
Produce a criteria that is the boolean "not" of this  | 
 Criteria | 
or(Criteria other)
Produce a criteria that is the boolean "or" of this and the given other criteria  | 
| Method Detail | 
|---|
boolean execute(Element element,
                Map<String,AttributeExtractor> attributeExtractors)
element - cache elementattributeExtractors - map of attribute extractors to attribute value names
Criteria and(Criteria other)
other - 
Criteria or(Criteria other)
other - 
Criteria not()
  | 
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||