Uses of Interface
org.thymeleaf.cache.ICacheManager
Packages that use ICacheManager
-
Uses of ICacheManager in org.thymeleaf
Methods in org.thymeleaf that return ICacheManagerModifier and TypeMethodDescriptionEngineConfiguration.getCacheManager()
IEngineConfiguration.getCacheManager()
final ICacheManager
TemplateEngine.getCacheManager()
Returns the cache manager in effect.Methods in org.thymeleaf with parameters of type ICacheManagerModifier and TypeMethodDescriptionvoid
TemplateEngine.setCacheManager
(ICacheManager cacheManager) Sets the Cache Manager to be used. -
Uses of ICacheManager in org.thymeleaf.cache
Classes in org.thymeleaf.cache that implement ICacheManagerModifier and TypeClassDescriptionclass
Common abstract class forICacheManager
implementations, useful for taking care of the lazy initialization of cache objects when their correspondinggetXCache()
methods are called.class
Standard implementation ofICacheManager
, returning configurable instances ofStandardCache
for each of the default caches defined at the cache manager interface.