Uses of Class
org.thymeleaf.cache.ExpressionCacheKey
-
Packages that use ExpressionCacheKey Package Description org.thymeleaf.cache org.thymeleaf.standard.expression org.thymeleaf.testing.templateengine.engine.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,java.lang.Object>StandardCacheManager. DEFAULT_EXPRESSION_CACHE_VALIDITY_CHECKERDefault expression cache validity checker: nullprivate ICache<ExpressionCacheKey,java.lang.Object>AbstractCacheManager. expressionCacheprivate ICacheEntryValidityChecker<ExpressionCacheKey,java.lang.Object>StandardCacheManager. expressionCacheValidityCheckerMethods in org.thymeleaf.cache that return types with arguments of type ExpressionCacheKey Modifier and Type Method Description ICache<ExpressionCacheKey,java.lang.Object>AbstractCacheManager. getExpressionCache()ICache<ExpressionCacheKey,java.lang.Object>ICacheManager. getExpressionCache()Returns the cache of expression evaluation artifacts.ICacheEntryValidityChecker<ExpressionCacheKey,java.lang.Object>StandardCacheManager. getExpressionCacheValidityChecker()protected abstract ICache<ExpressionCacheKey,java.lang.Object>AbstractCacheManager. initializeExpressionCache()protected ICache<ExpressionCacheKey,java.lang.Object>StandardCacheManager. initializeExpressionCache()Method parameters in org.thymeleaf.cache with type arguments of type ExpressionCacheKey Modifier and Type Method Description voidStandardCacheManager. setExpressionCacheValidityChecker(ICacheEntryValidityChecker<ExpressionCacheKey,java.lang.Object> expressionCacheValidityChecker) -
Uses of ExpressionCacheKey in org.thymeleaf.standard.expression
Methods in org.thymeleaf.standard.expression that return ExpressionCacheKey Modifier and Type Method Description private static ExpressionCacheKeyOGNLShortcutExpression. computeMethodCacheKey(java.lang.Class<?> targetClass, java.lang.String propertyName)Method parameters in org.thymeleaf.standard.expression with type arguments of type ExpressionCacheKey Modifier and Type Method Description static java.lang.ObjectOGNLShortcutExpression. getArrayProperty(ICache<ExpressionCacheKey,java.lang.Object> expressionCache, java.lang.String propertyName, java.lang.Object[] array)static java.lang.ObjectOGNLShortcutExpression. getEnumerationProperty(ICache<ExpressionCacheKey,java.lang.Object> expressionCache, java.lang.String propertyName, java.util.Enumeration enumeration)static java.lang.ObjectOGNLShortcutExpression. getIteratorProperty(ICache<ExpressionCacheKey,java.lang.Object> expressionCache, java.lang.String propertyName, java.util.Iterator<?> iterator)static java.lang.ObjectOGNLShortcutExpression. getListProperty(ICache<ExpressionCacheKey,java.lang.Object> expressionCache, java.lang.String propertyName, java.util.List<?> list)private static java.lang.ObjectOGNLShortcutExpression. getObjectProperty(ICache<ExpressionCacheKey,java.lang.Object> expressionCache, java.lang.String propertyName, java.lang.Object target)static java.lang.ObjectOGNLShortcutExpression. getSetProperty(ICache<ExpressionCacheKey,java.lang.Object> expressionCache, java.lang.String propertyName, java.util.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 Modifier and Type Method Description ICache<ExpressionCacheKey,java.lang.Object>TestCacheManager. getExpressionCache()
-