Uses of Class
freemarker.cache.TemplateCache.MaybeMissingTemplate
Packages that use TemplateCache.MaybeMissingTemplate
-
Uses of TemplateCache.MaybeMissingTemplate in freemarker.cache
Methods in freemarker.cache that return TemplateCache.MaybeMissingTemplateModifier and TypeMethodDescriptionTemplateCache.getTemplate
(String name, Locale locale, Object customLookupCondition, String encoding, boolean parseAsFTL) Retrieves the template with the given name (and according the specified further parameters) from the template cache, loading it into the cache first if it's missing/staled.