Handles the central data store's IPC functions
Clears the central
A promise which resolves when complete
Copy of the central data store map
A promise with the central data store map. Note that modifying this map will not modify the central data store.
Deletes a key from the central data store
The key to delete
Promise which resolves a success boolean
Gets a value from the central data store
The key to get
Promise which resolves with the value
Check whether a key exists in the central data store
Key to check
Promise which resolves with a boolean
Assign a value to the central data store
Unique key to assign this value
The value
Promise which resolves when complete
Generated using TypeDoc
Handles the central data store's IPC functions