| Package | Description |
|---|---|
| com.github.jknack.handlebars | |
| com.github.jknack.handlebars.cache |
| Modifier and Type | Method and Description |
|---|---|
TemplateCache |
Handlebars.getCache()
The template cache.
|
| Modifier and Type | Method and Description |
|---|---|
Handlebars |
Handlebars.with(TemplateCache cache)
Set a new
TemplateCache. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentMapTemplateCache
A simple
TemplateCache built on top of ConcurrentHashMap. |
class |
HighConcurrencyTemplateCache
A high concurrency template cache.
|
class |
NullTemplateCache
Null cache implementation.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateCache |
TemplateCache.setReload(boolean reload)
Turn on/off auto reloading of templates.
|
Copyright © 2022. All rights reserved.