Uses of Package
org.thymeleaf.cache
-
Classes in org.thymeleaf.cache used by org.thymeleaf Class Description ICacheManager Common interface for all cache manager implementations. -
Classes in org.thymeleaf.cache used by org.thymeleaf.cache Class Description AbstractCacheManager Common abstract class forICacheManagerimplementations, useful for taking care of the lazy initialization of cache objects when their correspondinggetXCache()methods are called.AlwaysValidCacheEntryValidity Simple implementation ofICacheEntryValiditythat considers the template resolution to be always cacheable and always valid.ExpressionCacheKey This class models objects used as keys in the Expression Cache.ICache Common interface for all the cache objects used by the template engine.ICacheEntryValidity Common interface for all objects defining the validity of a template resolution.ICacheEntryValidityChecker Defines the logic needed to (optionally) validate an entry living in anICacheobject before returning it as the result of agetoperation.ICacheManager Common interface for all cache manager implementations.NonCacheableCacheEntryValidity Simple implementation ofICacheEntryValiditythat considers the template resolution to be non-cacheable.StandardCache.CacheDataContainer StandardCache.CacheEntry TemplateCacheKey This class models objects used as keys in the Template Cache. -
Classes in org.thymeleaf.cache used by org.thymeleaf.engine Class Description ICache Common interface for all the cache objects used by the template engine.ICacheEntryValidity Common interface for all objects defining the validity of a template resolution.TemplateCacheKey This class models objects used as keys in the Template Cache. -
Classes in org.thymeleaf.cache used by org.thymeleaf.standard.expression Class Description ExpressionCacheKey This class models objects used as keys in the Expression Cache.ICache Common interface for all the cache objects used by the template engine. -
Classes in org.thymeleaf.cache used by org.thymeleaf.templateresolver Class Description ICacheEntryValidity Common interface for all objects defining the validity of a template resolution. -
Classes in org.thymeleaf.cache used by org.thymeleaf.testing.templateengine.engine.cache Class Description ExpressionCacheKey This class models objects used as keys in the Expression Cache.ICache Common interface for all the cache objects used by the template engine.ICacheEntryValidityChecker Defines the logic needed to (optionally) validate an entry living in anICacheobject before returning it as the result of agetoperation.ICacheManager Common interface for all cache manager implementations.StandardCacheManager Standard implementation ofICacheManager, returning configurable instances ofStandardCachefor each of the default caches defined at the cache manager interface.TemplateCacheKey This class models objects used as keys in the Template Cache.