UNPKG

system-cache

Version:

use cache with this simple helper

12 lines (10 loc) 243 B
const cache = require('./index.js'); const helper = new cache(); helper.setOptions({ async: true, regist: true, execFunction: async () => { return database.get('hello') } }) helper.setCache({title: {title: "a", text: "a"}});