public class BLCICacheManager
extends org.thymeleaf.cache.AbstractCacheManager
AbstractCacheManager to use BLCICache for templates.
This class heavily leverages StandardCacheManager functionality. Only the
initializeTemplateCache() method should behave differently by instantiating a BLCICache instead of a StandardCache.| Modifier and Type | Field and Description |
|---|---|
protected BLCICacheExtensionManager |
extensionManager |
protected org.thymeleaf.cache.StandardCacheManager |
standardCacheManager |
| Constructor and Description |
|---|
BLCICacheManager() |
| Modifier and Type | Method and Description |
|---|---|
protected org.thymeleaf.cache.ICache<String,Object> |
initializeExpressionCache()
This method was changed just to use StandardCacheManager methods and should function the same
|
protected org.thymeleaf.cache.ICache<String,List<org.thymeleaf.dom.Node>> |
initializeFragmentCache()
This method was changed just to use StandardCacheManager methods and should function the same
|
protected org.thymeleaf.cache.ICache<String,Properties> |
initializeMessageCache()
This method was changed just to use StandardCacheManager methods and should function the same
|
protected org.thymeleaf.cache.ICache<String,org.thymeleaf.Template> |
initializeTemplateCache()
This method was changed just to return a BLCICache, instead of a StandardCache
|
protected BLCICacheExtensionManager extensionManager
protected org.thymeleaf.cache.StandardCacheManager standardCacheManager
protected org.thymeleaf.cache.ICache<String,org.thymeleaf.Template> initializeTemplateCache()
initializeTemplateCache in class org.thymeleaf.cache.AbstractCacheManagerprotected final org.thymeleaf.cache.ICache<String,List<org.thymeleaf.dom.Node>> initializeFragmentCache()
initializeFragmentCache in class org.thymeleaf.cache.AbstractCacheManagerprotected final org.thymeleaf.cache.ICache<String,Properties> initializeMessageCache()
initializeMessageCache in class org.thymeleaf.cache.AbstractCacheManagerprotected final org.thymeleaf.cache.ICache<String,Object> initializeExpressionCache()
initializeExpressionCache in class org.thymeleaf.cache.AbstractCacheManagerCopyright © 2015. All rights reserved.