Skip to main content

InspectorMemory

Complete API reference for InspectorMemory, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Platform

Component: no


public class InspectorMemory

Methods

SignatureReturnsDescription
HashMap&lt;&gt;()Map&lt;String, String&gt; dataBase = newPerforms the HashMap<> operation.
store(String, String)voidExecutes store and returns after the underlying engine call finishes.
load(String)StringExecutes load and returns after the underlying engine call finishes.
clear()voidExecutes clear and returns after the underlying engine call finishes.