Uses of Package
org.thymeleaf.cache
Packages that use org.thymeleaf.cache
Package
Description
-
Classes in org.thymeleaf.cache used by org.thymeleaf
-
Classes in org.thymeleaf.cache used by org.thymeleaf.cacheClassDescriptionCommon abstract class for
ICacheManager
implementations, useful for taking care of the lazy initialization of cache objects when their correspondinggetXCache()
methods are called.Simple implementation ofICacheEntryValidity
that considers the template resolution to be always cacheable and always valid.This class models objects used as keys in the Expression Cache.Common interface for all the cache objects used by the template engine.Common interface for all objects defining the validity of a template resolution.Defines the logic needed to (optionally) validate an entry living in anICache
object before returning it as the result of aget
operation.Common interface for all cache manager implementations.Simple implementation ofICacheEntryValidity
that considers the template resolution to be non-cacheable.This class models objects used as keys in the Template Cache. -
Classes in org.thymeleaf.cache used by org.thymeleaf.engineClassDescriptionCommon interface for all objects defining the validity of a template resolution.
-
Classes in org.thymeleaf.cache used by org.thymeleaf.templateresolverClassDescriptionCommon interface for all objects defining the validity of a template resolution.