JSONFSEntityService Class
JSON file system storage service
Methods
get
(
-
key -
cb
Retrieve a value from the file system
Parameters:
-
keyString -
cbFunctionCallback function
purge
(
-
key -
cb
Purge the file system of a value
Parameters:
-
keyString -
cbFunctionCallback function
set
(
-
key -
value -
cb
Set a value in the file system
Parameters:
-
keyString -
value -
cbFunctionCallback function
