jar

ch.mfrey.thymeleaf.extras.cache : thymeleaf-cache-dialect

Maven & Gradle

Feb 25, 2017
15 stars

Thymeleaf Cache Dialect · A dialect for Thymeleaf that allows you to do partial page caching. Some parts of our webpage will never change during the lifetime of the application or a usersession, but the part should still be dynamic in the beginning. Working with Thymeleaf 3.0.0+ (3.0.0.RELEASE and its dependencies included)

Table Of Contents

Latest Version

Download ch.mfrey.thymeleaf.extras.cache : thymeleaf-cache-dialect JAR file - Latest Versions:

All Versions

Download ch.mfrey.thymeleaf.extras.cache : thymeleaf-cache-dialect JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window thymeleaf-cache-dialect-3.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ch.mfrey.thymeleaf.extras.cache

├─ ch.mfrey.thymeleaf.extras.cache.CacheAddProcessor.class - [JAR]

├─ ch.mfrey.thymeleaf.extras.cache.CacheDialect.class - [JAR]

├─ ch.mfrey.thymeleaf.extras.cache.CacheEvictProcessor.class - [JAR]

├─ ch.mfrey.thymeleaf.extras.cache.CacheManager.class - [JAR]

├─ ch.mfrey.thymeleaf.extras.cache.CacheProcessor.class - [JAR]

├─ ch.mfrey.thymeleaf.extras.cache.TTLCacheValidityChecker.class - [JAR]