GigaSpaces XAP 8.0 API

Uses of Interface
org.openspaces.remoting.scripting.cache.CompiledScriptCache

Packages that use CompiledScriptCache
org.openspaces.remoting.scripting   
org.openspaces.remoting.scripting.cache   
 

Uses of CompiledScriptCache in org.openspaces.remoting.scripting
 

Methods in org.openspaces.remoting.scripting with parameters of type CompiledScriptCache
 void DefaultScriptingExecutor.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).
 void DefaultScriptingExecutor.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 CompiledScriptCache
 class LRUNonThreadSafeCompiledScriptCache
          An LRU cache that can handle compiled scripts that are not thread safe.
 class LRUThreadSafeCompiledScriptCache
          An LRU cache that can handle compiled scripts that are thread safe.
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.