Uses of Class
org.thymeleaf.cache.ExpressionCacheKey
-
Packages that use ExpressionCacheKey Package Description org.thymeleaf.cache -
-
Uses of ExpressionCacheKey in org.thymeleaf.cache
Fields in org.thymeleaf.cache with type parameters of type ExpressionCacheKey Modifier and Type Field Description static ICacheEntryValidityChecker<ExpressionCacheKey,Object>
StandardCacheManager. DEFAULT_EXPRESSION_CACHE_VALIDITY_CHECKER
Default expression cache validity checker: nullMethods in org.thymeleaf.cache that return types with arguments of type ExpressionCacheKey Modifier and Type Method Description ICache<ExpressionCacheKey,Object>
AbstractCacheManager. getExpressionCache()
ICache<ExpressionCacheKey,Object>
ICacheManager. getExpressionCache()
Returns the cache of expression evaluation artifacts.ICacheEntryValidityChecker<ExpressionCacheKey,Object>
StandardCacheManager. getExpressionCacheValidityChecker()
protected abstract ICache<ExpressionCacheKey,Object>
AbstractCacheManager. initializeExpressionCache()
protected ICache<ExpressionCacheKey,Object>
StandardCacheManager. initializeExpressionCache()
Method parameters in org.thymeleaf.cache with type arguments of type ExpressionCacheKey Modifier and Type Method Description void
StandardCacheManager. setExpressionCacheValidityChecker(ICacheEntryValidityChecker<ExpressionCacheKey,Object> expressionCacheValidityChecker)
-