public class CacheManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static CacheManager |
INSTANCE |
| Constructor and Description |
|---|
CacheManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
evict(org.thymeleaf.Arguments arguments,
String cacheName) |
void |
evict(String cacheName,
String templateMode,
Locale locale) |
void |
evictByStartsWith(String cacheName) |
List<org.thymeleaf.dom.Node> |
get(org.thymeleaf.Arguments arguments,
String cacheName,
int cacheTTLs) |
List<org.thymeleaf.dom.Node> |
get(String cacheName,
String templateMode,
Locale locale,
int cacheTTLs) |
void |
put(org.thymeleaf.Arguments arguments,
String cacheName,
List<org.thymeleaf.dom.Node> content) |
void |
put(String cacheName,
String templateMode,
Locale locale,
List<org.thymeleaf.dom.Node> content) |
public static final CacheManager INSTANCE
public void evict(org.thymeleaf.Arguments arguments,
String cacheName)
public void evictByStartsWith(String cacheName)
public List<org.thymeleaf.dom.Node> get(org.thymeleaf.Arguments arguments, String cacheName, int cacheTTLs)
public List<org.thymeleaf.dom.Node> get(String cacheName, String templateMode, Locale locale, int cacheTTLs)
public void put(org.thymeleaf.Arguments arguments,
String cacheName,
List<org.thymeleaf.dom.Node> content)
Copyright © 2014. All Rights Reserved.