Uses of Class
org.thymeleaf.cache.ExpressionCacheKey
Packages that use ExpressionCacheKey
Package
Description
-
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: nullprivate ICache<ExpressionCacheKey, Object> AbstractCacheManager.expressionCacheStandardCacheManager.expressionCacheValidityCheckerMethods 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) -
Uses of ExpressionCacheKey in org.thymeleaf.standard.expression
Methods in org.thymeleaf.standard.expression that return ExpressionCacheKeyModifier and TypeMethodDescriptionprivate static ExpressionCacheKeyOGNLShortcutExpression.computeMethodCacheKey(Class<?> targetClass, String propertyName) Method parameters in org.thymeleaf.standard.expression with type arguments of type ExpressionCacheKeyModifier and TypeMethodDescriptionstatic ObjectOGNLShortcutExpression.getArrayProperty(ICache<ExpressionCacheKey, Object> expressionCache, String propertyName, Object[] array) static ObjectOGNLShortcutExpression.getEnumerationProperty(ICache<ExpressionCacheKey, Object> expressionCache, String propertyName, Enumeration enumeration) static ObjectOGNLShortcutExpression.getIteratorProperty(ICache<ExpressionCacheKey, Object> expressionCache, String propertyName, Iterator<?> iterator) static ObjectOGNLShortcutExpression.getListProperty(ICache<ExpressionCacheKey, Object> expressionCache, String propertyName, List<?> list) private static ObjectOGNLShortcutExpression.getObjectProperty(ICache<ExpressionCacheKey, Object> expressionCache, String propertyName, Object target) static ObjectOGNLShortcutExpression.getSetProperty(ICache<ExpressionCacheKey, Object> expressionCache, String propertyName, Set<?> set) -
Uses of ExpressionCacheKey in org.thymeleaf.testing.templateengine.engine.cache
Methods in org.thymeleaf.testing.templateengine.engine.cache that return types with arguments of type ExpressionCacheKey