public interface CompiledScriptCache
Modifier and Type | Method and Description |
---|---|
Object |
get(String name,
LocalScriptExecutor executor,
Script script)
Gets the compiled script from the cache.
|
void |
put(String name,
Object compiledScript,
LocalScriptExecutor executor)
Puts a compiled script back to the cache.
|
Object get(String name, LocalScriptExecutor executor, Script script) throws ScriptCompilationException
name
- The name (key) in the cache.executor
- The executor to use to compile the script.script
- The script to compileScriptCompilationException
void put(String name, Object compiledScript, LocalScriptExecutor executor)
name
- The name (key) in the cache)compiledScript
- The compiled script to put back in the cache.executor
- The executor to use in order to close any evicted compiled scripts from
the cacheCopyright © GigaSpaces.