public interface TemplateCache
Modifier and Type | Method and Description |
---|---|
void |
clear()
Remove all mappings from the cache.
|
void |
evict(TemplateSource source)
Evict the mapping for this source from this cache if it is present.
|
Template |
get(TemplateSource source,
Parser parser)
Return the value to which this cache maps the specified key.
|
TemplateCache |
setReload(boolean reload)
Turn on/off auto reloading of templates.
|
void clear()
void evict(TemplateSource source)
source
- the source whose mapping is to be removed from the cacheTemplate get(TemplateSource source, Parser parser) throws java.io.IOException
source
- source whose associated template is to be returned.parser
- The Handlebars parser.java.io.IOException
- If input can't be parsed.TemplateCache setReload(boolean reload)
TemplateSource.lastModified()
.reload
- True, for turning off template reload. Default is: false.Copyright © 2010 - 2020 Adobe. All Rights Reserved