FSEntityService Class
File system storage service
Methods
get
(
-
key
-
cb
Retrieve a value from the file system
Parameters:
-
key
String -
cb
FunctionCallback function
purge
(
-
key
-
cb
Purge the file system of a value
Parameters:
-
key
String -
cb
FunctionCallback function
set
(
-
key
-
value
-
cb
Set a value in the file system
Parameters:
-
key
String -
value
-
cb
FunctionCallback function
Properties
FS_ENCODING_OPTS
Unknown
private
static
Encoding options for interacting with the file system