Uses of Class
org.thymeleaf.cache.TemplateCacheKey
Packages that use TemplateCacheKey
-
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_CHECKER
Default template cache validity checker: an instance ofStandardParsedTemplateEntryValidator
.Methods 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 TypeMethodDescriptionboolean
StandardParsedTemplateEntryValidator.checkIsValueStillValid
(TemplateCacheKey key, TemplateModel value, long entryCreationTimestamp) Method parameters in org.thymeleaf.cache with type arguments of type TemplateCacheKeyModifier and TypeMethodDescriptionvoid
StandardCacheManager.setTemplateCacheValidityChecker
(ICacheEntryValidityChecker<TemplateCacheKey, TemplateModel> templateCacheValidityChecker)