Package | Description |
---|---|
freemarker.cache |
Template loading and caching.
|
Modifier and Type | Method | Description |
---|---|---|
TemplateCache.MaybeMissingTemplate |
TemplateCache.getTemplate(java.lang.String name,
java.util.Locale locale,
java.lang.Object customLookupCondition,
java.lang.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.
|