Uses of Package
org.thymeleaf.cache

Packages that use org.thymeleaf.cache
org.thymeleaf   
org.thymeleaf.cache   
 

Classes in org.thymeleaf.cache used by org.thymeleaf
ICacheManager
           Common interface for all cache manager implementations.
 

Classes in org.thymeleaf.cache used by org.thymeleaf.cache
AbstractCacheManager
           Common abstract class for ICacheManager implementations, useful for taking care of the lazy initialization of cache objects when their corresponding getXCache() methods are called.
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 an ICache object before returning it as the result of a get operation.
ICacheManager
           Common interface for all cache manager implementations.
 



Copyright © 2012 The THYMELEAF team. All Rights Reserved.