Package org.thymeleaf.cache
Class ExpressionCacheKey
- Object
-
- org.thymeleaf.cache.ExpressionCacheKey
-
- All Implemented Interfaces:
Serializable
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.
- Since:
- 3.0.0
- Author:
- Daniel Fernández
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpressionCacheKey(String type, String expression0)
ExpressionCacheKey(String type, String expression0, String expression1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getExpression0()
String
getExpression1()
String
getType()
int
hashCode()
String
toString()
-