Package org.cyclos.impl.system
Class CompiledScriptCacheValue
- java.lang.Object
-
- org.cyclos.impl.system.CompiledScriptCacheValue
-
public class CompiledScriptCacheValue extends Object
-
-
Constructor Summary
Constructors Constructor Description CompiledScriptCacheValue(CompiledScript compiledScript, String parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompiledScriptgetCompiledScript()StringgetParameters()
-
-
-
Constructor Detail
-
CompiledScriptCacheValue
public CompiledScriptCacheValue(CompiledScript compiledScript, String parameters)
-
-
Method Detail
-
getCompiledScript
public CompiledScript getCompiledScript()
-
getParameters
public String getParameters()
-
-