Interface BroadleafTemplateCacheContext<K,V>


public interface BroadleafTemplateCacheContext<K,V>
Utility class to interact with the current template cache The cache that is being interacted with is usually has entries where the key is the path and the value is the fully evaluated template
Author:
Jay Aisenbrey (cja769)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    defaultPut(K key, V value)
     
  • Field Details

  • Method Details

    • defaultGet

      V defaultGet(K key)
    • defaultPut

      void defaultPut(K key, V value)