Uses of Interface
org.thymeleaf.cache.ICacheManager
-
Packages that use ICacheManager Package Description org.thymeleaf org.thymeleaf.cache org.thymeleaf.testing.templateengine.engine.cache -
-
Uses of ICacheManager in org.thymeleaf
Fields in org.thymeleaf declared as ICacheManager Modifier and Type Field Description private ICacheManagerEngineConfiguration. cacheManagerprivate ICacheManagerTemplateEngine. cacheManagerMethods in org.thymeleaf that return ICacheManager Modifier and Type Method Description ICacheManagerEngineConfiguration. getCacheManager()ICacheManagerIEngineConfiguration. getCacheManager()ICacheManagerTemplateEngine. getCacheManager()Returns the cache manager in effect.Methods in org.thymeleaf with parameters of type ICacheManager Modifier and Type Method Description voidTemplateEngine. setCacheManager(ICacheManager cacheManager)Sets the Cache Manager to be used.Constructors in org.thymeleaf with parameters of type ICacheManager Constructor Description EngineConfiguration(java.util.Set<ITemplateResolver> templateResolvers, java.util.Set<IMessageResolver> messageResolvers, java.util.Set<ILinkBuilder> linkBuilders, java.util.Set<DialectConfiguration> dialectConfigurations, ICacheManager cacheManager, IEngineContextFactory engineContextFactory, IDecoupledTemplateLogicResolver decoupledTemplateLogicResolver) -
Uses of ICacheManager in org.thymeleaf.cache
Classes in org.thymeleaf.cache that implement ICacheManager Modifier and Type Class Description classAbstractCacheManagerCommon abstract class forICacheManagerimplementations, useful for taking care of the lazy initialization of cache objects when their correspondinggetXCache()methods are called.classStandardCacheManagerStandard implementation ofICacheManager, returning configurable instances ofStandardCachefor each of the default caches defined at the cache manager interface. -
Uses of ICacheManager in org.thymeleaf.testing.templateengine.engine.cache
Classes in org.thymeleaf.testing.templateengine.engine.cache that implement ICacheManager Modifier and Type Class Description classTestCacheManager
-