CacheLevel
Extends:
* → CacheLevel
A cache implementation using LevelDown
Constructor Summary
Public Constructor | ||
public |
constructor(options: object) Create new Memory cache object |
Member Summary
Public Members | ||
public |
db: * Setup the level database |
Method Summary
Private Methods | ||
private |
async _del(key: *) |
|
private |
async _get(key: *): * |
|
private |
async _getKeys(prefix: *): * |
|
private |
async _set(key: *, object: *) |