In-Memory DB Functions
In-Memmory Database Functions
In-Memory DB Functions are used to write/read objects to the memory zone.
Get Object
Object ins.getGlobalObject(String name)
Reads an object in memory.
name : Name of the object.
Return Value: Returns a JSON object.
Syntax
Set Object
Object ins.setGlobalObject(String name)
Writes an object to memory.
name: Object name.
Return Value: Does not return any value.
Syntax
Last updated