InspectorMemory
Complete API reference for InspectorMemory, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Platform
Component: no
public class InspectorMemory
Methods
| Signature | Returns | Description |
|---|---|---|
HashMap<>() | Map<String, String> dataBase = new | Performs the HashMap<> operation. |
store(String, String) | void | Executes store and returns after the underlying engine call finishes. |
load(String) | String | Executes load and returns after the underlying engine call finishes. |
clear() | void | Executes clear and returns after the underlying engine call finishes. |