Uses of Class
org.thymeleaf.cache.ExpressionCacheKey
Packages that use ExpressionCacheKey
-
Uses of ExpressionCacheKey in org.thymeleaf.cache
Fields in org.thymeleaf.cache with type parameters of type ExpressionCacheKeyModifier and TypeFieldDescriptionstatic final ICacheEntryValidityChecker<ExpressionCacheKey,Object> StandardCacheManager.DEFAULT_EXPRESSION_CACHE_VALIDITY_CHECKERDefault expression cache validity checker: nullMethods in org.thymeleaf.cache that return types with arguments of type ExpressionCacheKeyModifier and TypeMethodDescriptionfinal ICache<ExpressionCacheKey,Object> AbstractCacheManager.getExpressionCache()ICacheManager.getExpressionCache()Returns the cache of expression evaluation artifacts.StandardCacheManager.getExpressionCacheValidityChecker()protected abstract ICache<ExpressionCacheKey,Object> AbstractCacheManager.initializeExpressionCache()protected final ICache<ExpressionCacheKey,Object> StandardCacheManager.initializeExpressionCache()Method parameters in org.thymeleaf.cache with type arguments of type ExpressionCacheKeyModifier and TypeMethodDescriptionvoidStandardCacheManager.setExpressionCacheValidityChecker(ICacheEntryValidityChecker<ExpressionCacheKey, Object> expressionCacheValidityChecker)