Modifier and Type | Class and Description |
---|---|
class |
OCommandCacheSoftRefs
Command cache implementation that uses Soft references to avoid overloading Java Heap.
|
Modifier and Type | Method and Description |
---|---|
OCommandCache |
OCommandCache.clear()
Remove all results from the cache.
|
OCommandCache |
OCommandCache.disable()
Disables cache.
|
OCommandCache |
OCommandCache.enable()
Enables cache.
|
Modifier and Type | Field and Description |
---|---|
protected OCommandCache |
OSharedContext.commandCache |
Modifier and Type | Method and Description |
---|---|
OCommandCache |
OSharedContext.getCommandCache() |
Modifier and Type | Field and Description |
---|---|
protected OCommandCache |
OMetadataDefault.commandCache |
Modifier and Type | Method and Description |
---|---|
OCommandCache |
OMetadataDefault.getCommandCache() |
OCommandCache |
OMetadataInternal.getCommandCache() |
Modifier and Type | Method and Description |
---|---|
OCommandCache |
OMetadataObject.getCommandCache() |
Constructor and Description |
---|
OCommandCacheRemoteResultListener(OCommandResultListener wrappedResultListener,
OCommandCache cmdCache) |
Copyright © 2009–2020 OrientDB. All rights reserved.