public interface CachedScript
CachedScript
provides an abstraction on top of CompiledScript
such that compiled scripts can be cached for further
executions.Modifier and Type | Method and Description |
---|---|
javax.script.CompiledScript |
getCompiledScript()
Returns the compiled script which can be used for further executions / evaluations.
|
java.lang.String |
getScriptPath()
Returns the path of the script which was compiled and cached.
|
java.lang.String getScriptPath()
javax.script.CompiledScript getCompiledScript()
Copyright © 2010 - 2020 Adobe. All Rights Reserved