Uses of Interface
org.thymeleaf.cache.ICache

Packages that use ICache
org.thymeleaf.cache   
 

Uses of ICache in org.thymeleaf.cache
 

Classes in org.thymeleaf.cache that implement ICache
 class StandardCache<K,V>
           
 

Methods in org.thymeleaf.cache that return ICache
 ICache<String,Object> ICacheManager.getExpressionCache()
           Returns the cache of expression evaluation artifacts.
 ICache<String,Object> AbstractCacheManager.getExpressionCache()
           
 ICache<String,java.util.List<Node>> ICacheManager.getFragmentCache()
           Returns the cache of template code fragments.
 ICache<String,java.util.List<Node>> AbstractCacheManager.getFragmentCache()
           
 ICache<String,java.util.Properties> ICacheManager.getMessageCache()
           Returns the cache used for externalized/internationalized messages.
 ICache<String,java.util.Properties> AbstractCacheManager.getMessageCache()
           
<K,V> ICache<K,V>
ICacheManager.getSpecificCache(String name)
           Returns a specific (non-default) cache, by its name.
<K,V> ICache<K,V>
AbstractCacheManager.getSpecificCache(String name)
           
 ICache<String,Template> ICacheManager.getTemplateCache()
           Returns the cache of parsed templates.
 ICache<String,Template> AbstractCacheManager.getTemplateCache()
           
protected  ICache<String,Object> StandardCacheManager.initializeExpressionCache()
           
protected abstract  ICache<String,Object> AbstractCacheManager.initializeExpressionCache()
           
protected  ICache<String,java.util.List<Node>> StandardCacheManager.initializeFragmentCache()
           
protected abstract  ICache<String,java.util.List<Node>> AbstractCacheManager.initializeFragmentCache()
           
protected  ICache<String,java.util.Properties> StandardCacheManager.initializeMessageCache()
           
protected abstract  ICache<String,java.util.Properties> AbstractCacheManager.initializeMessageCache()
           
protected  ICache<String,Template> StandardCacheManager.initializeTemplateCache()
           
protected abstract  ICache<String,Template> AbstractCacheManager.initializeTemplateCache()
           
 



Copyright © 2012 The THYMELEAF team. All Rights Reserved.