Package org.thymeleaf.cache
Class ExpressionCacheKey
java.lang.Object
org.thymeleaf.cache.ExpressionCacheKey
- All Implemented Interfaces:
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
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExpressionCacheKey(String type, String expression0) ExpressionCacheKey(String type, String expression0, String expression1) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
type
-
expression0
-
expression1
-
h
private final int h
-
-
Constructor Details
-
ExpressionCacheKey
-
ExpressionCacheKey
-
-
Method Details