Interface | Description |
---|---|
CompiledScriptCache |
A compiled script cache.
|
CompiledScriptPool |
Represnts a pool of compiled scripts that should work with a non thread safe compiled scripts in
conjuction with
CompiledScriptCache . |
CompiledScriptPoolFactory |
A factory for
CompiledScriptPool instance. |
Class | Description |
---|---|
BlockingQueueCompiledScriptPool |
A
BlockingQueue script pool with a configurable size. |
BlockingQueueCompiledScriptPoolFactory |
A compiles script pool factory that create a
BlockingQueueCompiledScriptPool . |
LRUNonThreadSafeCompiledScriptCache |
An LRU cache that can handle compiled scripts that are not thread safe.
|
LRUThreadSafeCompiledScriptCache |
An LRU cache that can handle compiled scripts that are thread safe.
|
Copyright © GigaSpaces.