public class ExpressionCache extends AbstractCache<String,org.springframework.expression.Expression>
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.expression.Expression |
fetch(String expression) |
static ExpressionCache |
getInstance() |
protected boolean |
hasExpression(String value)
Returns true if the value contains an EL expression.
|
clear, get, isCached, iterator, refresh, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static ExpressionCache getInstance()
protected org.springframework.expression.Expression fetch(String expression)
fetch in class AbstractCache<String,org.springframework.expression.Expression>protected boolean hasExpression(String value)
value - The value to check.Copyright © 2018 Fujion Framework. All rights reserved.