Uses of Interface
org.thymeleaf.cache.ICache
Packages that use ICache
-
Uses of ICache in org.thymeleaf.cache
Classes in org.thymeleaf.cache that implement ICacheMethods 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()