Class ScriptEngineCache

java.lang.Object
org.apache.tinkerpop.gremlin.jsr223.ScriptEngineCache

public final class ScriptEngineCache extends Object
A cache of standard ScriptEngine instances, instantiated by the standard ScriptEngineManager. These instances are NOT "Gremlin-enabled". See SingleGremlinScriptEngineManager for the analogous class that loads GremlinScriptEngine instances.
Author:
Daniel Kuppitz (http://gremlin.guru), Stephen Mallette (http://stephen.genoprime.com)