Package | Description |
---|---|
org.thymeleaf.cache |
Modifier and Type | Class and Description |
---|---|
class |
StandardCache<K,V> |
Modifier and Type | Method and Description |
---|---|
ICache<ExpressionCacheKey,Object> |
AbstractCacheManager.getExpressionCache() |
ICache<ExpressionCacheKey,Object> |
ICacheManager.getExpressionCache()
Returns the cache of expression evaluation artifacts.
|
<K,V> ICache<K,V> |
AbstractCacheManager.getSpecificCache(String name) |
<K,V> ICache<K,V> |
ICacheManager.getSpecificCache(String name)
Returns a specific (non-default) cache, by its name.
|
ICache<TemplateCacheKey,TemplateModel> |
AbstractCacheManager.getTemplateCache() |
ICache<TemplateCacheKey,TemplateModel> |
ICacheManager.getTemplateCache()
Returns the cache of parsed templates.
|
protected ICache<ExpressionCacheKey,Object> |
StandardCacheManager.initializeExpressionCache() |
protected abstract ICache<ExpressionCacheKey,Object> |
AbstractCacheManager.initializeExpressionCache() |
protected ICache<TemplateCacheKey,TemplateModel> |
StandardCacheManager.initializeTemplateCache() |
protected abstract ICache<TemplateCacheKey,TemplateModel> |
AbstractCacheManager.initializeTemplateCache() |
Copyright © 2016 The THYMELEAF team. All rights reserved.