Uses of Class
org.thymeleaf.cache.TemplateCacheKey
Packages that use TemplateCacheKey
Package
Description
-
Uses of TemplateCacheKey in org.thymeleaf.cache
Fields in org.thymeleaf.cache with type parameters of type TemplateCacheKeyModifier and TypeFieldDescriptionstatic final ICacheEntryValidityChecker<TemplateCacheKey, TemplateModel> StandardCacheManager.DEFAULT_TEMPLATE_CACHE_VALIDITY_CHECKERDefault template cache validity checker: an instance ofStandardParsedTemplateEntryValidator.private ICache<TemplateCacheKey, TemplateModel> AbstractCacheManager.templateCacheStandardCacheManager.templateCacheValidityCheckerMethods in org.thymeleaf.cache that return types with arguments of type TemplateCacheKeyModifier and TypeMethodDescriptionfinal ICache<TemplateCacheKey, TemplateModel> AbstractCacheManager.getTemplateCache()ICacheManager.getTemplateCache()Returns the cache of parsed templates.StandardCacheManager.getTemplateCacheValidityChecker()protected abstract ICache<TemplateCacheKey, TemplateModel> AbstractCacheManager.initializeTemplateCache()protected final ICache<TemplateCacheKey, TemplateModel> StandardCacheManager.initializeTemplateCache()Methods in org.thymeleaf.cache with parameters of type TemplateCacheKeyModifier and TypeMethodDescriptionbooleanStandardParsedTemplateEntryValidator.checkIsValueStillValid(TemplateCacheKey key, TemplateModel value, long entryCreationTimestamp) Method parameters in org.thymeleaf.cache with type arguments of type TemplateCacheKeyModifier and TypeMethodDescriptionvoidStandardCacheManager.setTemplateCacheValidityChecker(ICacheEntryValidityChecker<TemplateCacheKey, TemplateModel> templateCacheValidityChecker) -
Uses of TemplateCacheKey in org.thymeleaf.engine
Fields in org.thymeleaf.engine with type parameters of type TemplateCacheKeyModifier and TypeFieldDescriptionprivate final ICache<TemplateCacheKey, TemplateModel> TemplateManager.templateCache -
Uses of TemplateCacheKey in org.thymeleaf.testing.templateengine.engine.cache
Methods in org.thymeleaf.testing.templateengine.engine.cache that return types with arguments of type TemplateCacheKey