Class CompiledScriptCacheImpl
java.lang.Object
com.inductiveautomation.perspective.gateway.script.CompiledScriptCacheImpl
- All Implemented Interfaces:
 CompiledScriptCache
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.python.core.PyCodegetOrCompile(String projectName, String filename, String script)  
- 
Constructor Details
- 
CompiledScriptCacheImpl
 
 - 
 - 
Method Details
- 
getOrCompile
public org.python.core.PyCode getOrCompile(String projectName, String filename, String script) throws org.python.core.PyException - Specified by:
 getOrCompilein interfaceCompiledScriptCache- Throws:
 org.python.core.PyException
 
 -