org.thymeleaf.testing.templateengine.engine.cache
Class TestCacheManager
Object
org.thymeleaf.testing.templateengine.engine.cache.TestCacheManager
- All Implemented Interfaces:
- org.thymeleaf.cache.ICacheManager
public final class TestCacheManager
- extends Object
- implements org.thymeleaf.cache.ICacheManager
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCacheManager
public TestCacheManager()
getTemplateCache
public org.thymeleaf.cache.ICache<String,org.thymeleaf.Template> getTemplateCache()
- Specified by:
getTemplateCache in interface org.thymeleaf.cache.ICacheManager
getFragmentCache
public org.thymeleaf.cache.ICache<String,List<org.thymeleaf.dom.Node>> getFragmentCache()
- Specified by:
getFragmentCache in interface org.thymeleaf.cache.ICacheManager
getMessageCache
public org.thymeleaf.cache.ICache<String,Properties> getMessageCache()
- Specified by:
getMessageCache in interface org.thymeleaf.cache.ICacheManager
getExpressionCache
public org.thymeleaf.cache.ICache<String,Object> getExpressionCache()
- Specified by:
getExpressionCache in interface org.thymeleaf.cache.ICacheManager
getSpecificCache
public <K,V> org.thymeleaf.cache.ICache<K,V> getSpecificCache(String name)
- Specified by:
getSpecificCache in interface org.thymeleaf.cache.ICacheManager
getAllSpecificCacheNames
public List<String> getAllSpecificCacheNames()
- Specified by:
getAllSpecificCacheNames in interface org.thymeleaf.cache.ICacheManager
clearAllCaches
public void clearAllCaches()
- Specified by:
clearAllCaches in interface org.thymeleaf.cache.ICacheManager
Copyright © 2013 The THYMELEAF team. All Rights Reserved.