Uses of Class
org.thymeleaf.cache.TemplateCacheKey
-
Packages that use TemplateCacheKey Package Description org.thymeleaf.cache org.thymeleaf.engine org.thymeleaf.testing.templateengine.engine.cache -
-
Uses of TemplateCacheKey in org.thymeleaf.cache
Fields in org.thymeleaf.cache with type parameters of type TemplateCacheKey Modifier and Type Field Description static ICacheEntryValidityChecker<TemplateCacheKey,TemplateModel>StandardCacheManager. DEFAULT_TEMPLATE_CACHE_VALIDITY_CHECKERDefault template cache validity checker: an instance ofStandardParsedTemplateEntryValidator.private ICache<TemplateCacheKey,TemplateModel>AbstractCacheManager. templateCacheprivate ICacheEntryValidityChecker<TemplateCacheKey,TemplateModel>StandardCacheManager. templateCacheValidityCheckerMethods in org.thymeleaf.cache that return types with arguments of type TemplateCacheKey Modifier and Type Method Description ICache<TemplateCacheKey,TemplateModel>AbstractCacheManager. getTemplateCache()ICache<TemplateCacheKey,TemplateModel>ICacheManager. getTemplateCache()Returns the cache of parsed templates.ICacheEntryValidityChecker<TemplateCacheKey,TemplateModel>StandardCacheManager. getTemplateCacheValidityChecker()protected abstract ICache<TemplateCacheKey,TemplateModel>AbstractCacheManager. initializeTemplateCache()protected ICache<TemplateCacheKey,TemplateModel>StandardCacheManager. initializeTemplateCache()Methods in org.thymeleaf.cache with parameters of type TemplateCacheKey Modifier and Type Method Description booleanStandardParsedTemplateEntryValidator. checkIsValueStillValid(TemplateCacheKey key, TemplateModel value, long entryCreationTimestamp)Method parameters in org.thymeleaf.cache with type arguments of type TemplateCacheKey Modifier and Type Method Description voidStandardCacheManager. setTemplateCacheValidityChecker(ICacheEntryValidityChecker<TemplateCacheKey,TemplateModel> templateCacheValidityChecker) -
Uses of TemplateCacheKey in org.thymeleaf.engine
Fields in org.thymeleaf.engine with type parameters of type TemplateCacheKey Modifier and Type Field Description private 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 Modifier and Type Method Description ICache<TemplateCacheKey,TemplateModel>TestCacheManager. getTemplateCache()
-