- Source
Methods
(async, static) clear()
- Source
(async, static) exists(key)
Parameters:
Name | Type | Description |
---|---|---|
key | string |
- Source
(async, static) read(key)
Parameters:
Name | Type | Description |
---|---|---|
key | string |
- Source
(async, static) readAll() → {object}
- Source
Returns:
- Type:
- object
(async, static) save()
- Source
(async, static) start()
- Source
(async, static) write(key, data)
Parameters:
Name | Type | Description |
---|---|---|
key | string | |
data | object |
- Source