Package | Description |
---|---|
org.apache.commons.jexl2 |
Provides a framework for evaluating JEXL expressions.
|
Modifier and Type | Field and Description |
---|---|
private JexlEngine.SoftCache<java.lang.String,UnifiedJEXL.Expression> |
UnifiedJEXL.cache
The expression cache.
|
protected JexlEngine.SoftCache<java.lang.String,ASTJexlScript> |
JexlEngine.cache
The expression cache.
|