Class CompiledScriptCacheImpl

java.lang.Object
com.inductiveautomation.perspective.gateway.script.CompiledScriptCacheImpl
All Implemented Interfaces:
CompiledScriptCache

public class CompiledScriptCacheImpl extends Object implements CompiledScriptCache
  • Constructor Details

    • CompiledScriptCacheImpl

      public CompiledScriptCacheImpl(GatewayContext context)
  • Method Details

    • getOrCompile

      public org.python.core.PyCode getOrCompile(String projectName, String filename, String script) throws org.python.core.PyException
      Specified by:
      getOrCompile in interface CompiledScriptCache
      Throws:
      org.python.core.PyException