Class TemplateManager.InstanceCache

java.lang.Object
com.inductiveautomation.factorypmi.application.model.TemplateManager.InstanceCache
Enclosing class:
TemplateManager

public static class TemplateManager.InstanceCache extends Object
  • Constructor Details

    • InstanceCache

      public InstanceCache()
  • Method Details

    • addPreLoad

      public void addPreLoad(String templatePath, Deque<VisionTemplate> stack)
    • fetchPreLoad

      public VisionTemplate fetchPreLoad(String templatePath)
      Retrieves the pre-loaded instance of the template with the given if (if there is one) or null if not found.