|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICacheManager | |
|---|---|
| org.thymeleaf | |
| org.thymeleaf.cache | |
| Uses of ICacheManager in org.thymeleaf |
|---|
| Methods in org.thymeleaf that return ICacheManager | |
|---|---|
ICacheManager |
TemplateEngine.getCacheManager()
Returns the cache manager in effect. |
ICacheManager |
Configuration.getCacheManager()
|
| Methods in org.thymeleaf with parameters of type ICacheManager | |
|---|---|
void |
TemplateEngine.setCacheManager(ICacheManager cacheManager)
Sets the Cache Manager to be used. |
void |
Configuration.setCacheManager(ICacheManager cacheManager)
|
| Uses of ICacheManager in org.thymeleaf.cache |
|---|
| Classes in org.thymeleaf.cache that implement ICacheManager | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||