Class TemplateManager.InstanceCache

  • Enclosing class:
    TemplateManager

    public static class TemplateManager.InstanceCache
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      InstanceCache()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addPreLoad​(java.lang.String templatePath, java.util.Deque<VisionTemplate> stack)  
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InstanceCache

        public InstanceCache()
    • Method Detail

      • addPreLoad

        public void addPreLoad​(java.lang.String templatePath,
                               java.util.Deque<VisionTemplate> stack)
      • fetchPreLoad

        public 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.