Uses of Interface
org.openspaces.remoting.scripting.cache.CompiledScriptCache
Packages that use CompiledScriptCache
-
Uses of CompiledScriptCache in org.openspaces.remoting.scripting
Methods in org.openspaces.remoting.scripting with parameters of type CompiledScriptCacheModifier and TypeMethodDescriptionvoidDefaultScriptingExecutor.setNonThreadSafeCopmiledScriptCache(CompiledScriptCache nonThreadSafeCopmiledScriptCache) Sets a compiled script cache for compiled scripts taht are not thread safe (the same script can not be executed by different threads).voidDefaultScriptingExecutor.setThreadSafeCompiledScriptCache(CompiledScriptCache threadSafeCompiledScriptCache) Sets a compiled script cache for compiled scripts taht are thread safe (the same script can be executed by different threads). -
Uses of CompiledScriptCache in org.openspaces.remoting.scripting.cache
Classes in org.openspaces.remoting.scripting.cache that implement CompiledScriptCacheModifier and TypeClassDescriptionclassAn LRU cache that can handle compiled scripts that are not thread safe.classAn LRU cache that can handle compiled scripts that are thread safe.