| Package | Description |
|---|---|
| org.thymeleaf.cache |
| Modifier and Type | Field and Description |
|---|---|
static ICacheEntryValidityChecker<ExpressionCacheKey,Object> |
StandardCacheManager.DEFAULT_EXPRESSION_CACHE_VALIDITY_CHECKER
Default expression cache validity checker: null
|
| Modifier and Type | Method and Description |
|---|---|
ICache<ExpressionCacheKey,Object> |
AbstractCacheManager.getExpressionCache() |
ICache<ExpressionCacheKey,Object> |
ICacheManager.getExpressionCache()
Returns the cache of expression evaluation artifacts.
|
ICacheEntryValidityChecker<ExpressionCacheKey,Object> |
StandardCacheManager.getExpressionCacheValidityChecker() |
protected ICache<ExpressionCacheKey,Object> |
StandardCacheManager.initializeExpressionCache() |
protected abstract ICache<ExpressionCacheKey,Object> |
AbstractCacheManager.initializeExpressionCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardCacheManager.setExpressionCacheValidityChecker(ICacheEntryValidityChecker<ExpressionCacheKey,Object> expressionCacheValidityChecker) |
Copyright © 2017 The THYMELEAF team. All rights reserved.