KEYCLOAK-11596 Enable template cache when cacheTemplates attribute is true
This commit is contained in:
parent
d73a2b821c
commit
3b58692d7c
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ public class FreeMarkerUtil {
|
|||
|
||||
try {
|
||||
Template template;
|
||||
cache = null;
|
||||
if (cache != null) {
|
||||
String key = theme.getName() + "/" + templateName;
|
||||
template = cache.get(key);
|
||||
|
|
Loading…
Reference in a new issue