Class BroadleafThymeleaf3CacheInvalidationContext

java.lang.Object
org.broadleafcommerce.presentation.thymeleaf3.cache.BroadleafThymeleaf3CacheInvalidationContext
All Implemented Interfaces:
org.broadleafcommerce.presentation.cache.BroadleafTemplateCacheInvalidationContext

public class BroadleafThymeleaf3CacheInvalidationContext extends Object implements org.broadleafcommerce.presentation.cache.BroadleafTemplateCacheInvalidationContext
  • Field Details

    • templateEngine

      protected org.thymeleaf.ITemplateEngine templateEngine
  • Constructor Details

    • BroadleafThymeleaf3CacheInvalidationContext

      public BroadleafThymeleaf3CacheInvalidationContext()
  • Method Details

    • clearTemplateCacheFor

      public void clearTemplateCacheFor(String path)
      Specified by:
      clearTemplateCacheFor in interface org.broadleafcommerce.presentation.cache.BroadleafTemplateCacheInvalidationContext
    • getTemplateEngine

      public org.thymeleaf.ITemplateEngine getTemplateEngine()
    • setTemplateEngine

      public void setTemplateEngine(org.thymeleaf.ITemplateEngine templateEngine)