API Docs for: 0.8.0
Show:

JSONFSEntityService Class

JSON file system storage service

Item Index

Methods

Methods

get

(
  • key
  • cb
)

Retrieve a value from the file system

Parameters:

  • key String
  • cb Function

    Callback function

purge

(
  • key
  • cb
)

Purge the file system of a value

Parameters:

  • key String
  • cb Function

    Callback function

set

(
  • key
  • value
  • cb
)

Set a value in the file system

Parameters:

  • key String
  • value
  • cb Function

    Callback function