Class TemplateManager.InstanceCache
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.model.TemplateManager.InstanceCache
 
- 
- Enclosing class:
- TemplateManager
 
 public static class TemplateManager.InstanceCache extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description InstanceCache()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPreLoad(java.lang.String templatePath, java.util.Deque<VisionTemplate> stack)VisionTemplatefetchPreLoad(java.lang.String templatePath)Retrieves the pre-loaded instance of the template with the given if (if there is one) or null if not found.
 
- 
- 
- 
Method Detail- 
addPreLoadpublic void addPreLoad(java.lang.String templatePath, java.util.Deque<VisionTemplate> stack)
 - 
fetchPreLoadpublic VisionTemplate fetchPreLoad(java.lang.String templatePath) Retrieves the pre-loaded instance of the template with the given if (if there is one) or null if not found.
 
- 
 
-