| Package | Description |
|---|---|
| org.thymeleaf | |
| org.thymeleaf.cache |
| Modifier and Type | Method and Description |
|---|---|
ICacheManager |
TemplateEngine.getCacheManager()
Returns the cache manager in effect.
|
ICacheManager |
EngineConfiguration.getCacheManager() |
ICacheManager |
IEngineConfiguration.getCacheManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateEngine.setCacheManager(ICacheManager cacheManager)
Sets the Cache Manager to be used.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCacheManager
Common abstract class for
ICacheManager implementations, useful
for taking care of the lazy initialization of cache objects when their
corresponding getXCache() methods are called. |
class |
StandardCacheManager
Standard implementation of
ICacheManager, returning
configurable instances of StandardCache for each of
the default caches defined at the cache manager interface. |
Copyright © 2017 The THYMELEAF team. All rights reserved.