public final class ExpressionCacheKey extends Object implements Serializable
This class models objects used as keys in the Expression Cache.
Objects of this class should only be created from inside the engine.
Constructor and Description |
---|
ExpressionCacheKey(String type,
String expression0) |
ExpressionCacheKey(String type,
String expression0,
String expression1) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getExpression0() |
String |
getExpression1() |
String |
getType() |
int |
hashCode() |
String |
toString() |
Copyright © 2016 The THYMELEAF team. All rights reserved.