public interface TemplateCacheKeyResolverService
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_KEY_ATTRIBUTE |
static String |
NONE_CACHE_VALUE |
| Modifier and Type | Method and Description |
|---|---|
String |
resolveCacheKey(String tagName,
Map<String,String> tagAttributes,
String documentName,
Integer lineNumber,
BroadleafTemplateContext context)
Takes in the Thymeleaf arguments, element, and templateName.
|
static final String CACHE_KEY_ATTRIBUTE
static final String NONE_CACHE_VALUE
String resolveCacheKey(String tagName, Map<String,String> tagAttributes, String documentName, Integer lineNumber, BroadleafTemplateContext context)
arguments - element - SimpleCacheKeyResolverCopyright © 2022. All rights reserved.