API Docs for: 0.8.0
Show:

FSEntityService Class

Module: Storage
Parent Module: Services

File system storage service

Item Index

Methods

Properties

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

Properties

FS_ENCODING_OPTS

Unknown private static

Provided by the Services module.

Defined in include/service/fs_entity_service.js:25

Encoding options for interacting with the file system