Init the database with state stored in the cache file.
Calling init is not mandatory, but is required for any form of non-volatile storage
Read data from the "node" described by path where path uses "/" to separate nodes
null is returned if there is no data at path
String representation (JSON) of the database
Write data to the node described by path where path once again uses "/" separate nodes
toWrite can be any plain JavaScript object (e.g anything that can be serialized with JSON.stringify)
An exception is thrown if the write fails
Generated using TypeDoc
Empty the database