| Package | Description |
|---|---|
| org.thymeleaf | |
| org.thymeleaf.cache |
| Class and Description |
|---|
| ICacheManager
Common interface for all cache manager implementations.
|
| Class and Description |
|---|
| 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 © 2016 The THYMELEAF team. All rights reserved.