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