| Package | Description |
|---|---|
| com.mitchellbosecke.pebble | |
| com.mitchellbosecke.pebble.template |
| Modifier and Type | Method and Description |
|---|---|
PebbleTemplate |
PebbleEngine.getTemplate(String templateName)
Loads, parses, and compiles a template into an instance of PebbleTemplate
and returns this instance.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.cache.Cache<String,PebbleTemplate> |
PebbleEngine.getTemplateCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
PebbleEngine.setTemplateCache(com.google.common.cache.Cache<String,PebbleTemplate> cache)
Sets the cache to be used for storing compiled PebbleTemplate instances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PebbleTemplateImpl |
Copyright © 2015. All rights reserved.