Uses of Interface
org.thymeleaf.cache.ICache
Packages that use ICache
Package
Description
-
Uses of ICache in org.thymeleaf.cache
Classes in org.thymeleaf.cache that implement ICacheFields in org.thymeleaf.cache declared as ICacheModifier and TypeFieldDescriptionprivate ICache<ExpressionCacheKey, Object> AbstractCacheManager.expressionCacheprivate ICache<TemplateCacheKey, TemplateModel> AbstractCacheManager.templateCacheMethods in org.thymeleaf.cache that return ICacheModifier and TypeMethodDescriptionfinal ICache<ExpressionCacheKey, Object> AbstractCacheManager.getExpressionCache()ICacheManager.getExpressionCache()Returns the cache of expression evaluation artifacts.<K,V> ICache <K, V> AbstractCacheManager.getSpecificCache(String name) <K,V> ICache <K, V> ICacheManager.getSpecificCache(String name) Returns a specific (non-default) cache, by its name.final ICache<TemplateCacheKey, TemplateModel> AbstractCacheManager.getTemplateCache()ICacheManager.getTemplateCache()Returns the cache of parsed templates.protected abstract ICache<ExpressionCacheKey, Object> AbstractCacheManager.initializeExpressionCache()protected final ICache<ExpressionCacheKey, Object> StandardCacheManager.initializeExpressionCache()protected abstract ICache<TemplateCacheKey, TemplateModel> AbstractCacheManager.initializeTemplateCache()protected final ICache<TemplateCacheKey, TemplateModel> StandardCacheManager.initializeTemplateCache() -
Uses of ICache in org.thymeleaf.engine
Fields in org.thymeleaf.engine declared as ICacheModifier and TypeFieldDescriptionprivate final ICache<TemplateCacheKey, TemplateModel> TemplateManager.templateCache -
Uses of ICache in org.thymeleaf.standard.expression
Methods in org.thymeleaf.standard.expression with parameters of type ICacheModifier 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 ICache in org.thymeleaf.testing.templateengine.engine.cache
Classes in org.thymeleaf.testing.templateengine.engine.cache that implement ICacheFields in org.thymeleaf.testing.templateengine.engine.cache declared as ICacheMethods in org.thymeleaf.testing.templateengine.engine.cache that return ICacheModifier and TypeMethodDescriptionTestCacheManager.getExpressionCache()<K,V> ICache <K, V> TestCacheManager.getSpecificCache(String name) TestCacheManager.getTemplateCache()Constructors in org.thymeleaf.testing.templateengine.engine.cache with parameters of type ICache