文件名称:siwi-cache:nodejs 文件缓存
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-04 08:20:46
JavaScript
siwi-cache nodejs 文件缓存 提供set get del incr 等方法 install use npm npm install siwi-cache use yarn yarn add siwi-cache Example set 参数 类型 是否必选 含义 key String 是 缓存key value String | Number 是 值 expire Number 否 缓存时长 -1 为永久缓存 默认值-1 const Cache = require('siwi-cache') const options = { cache_path: `${process.env.PWD}/cache` } const cache = new Cache() class Example { constructor() { this.ini
【文件预览】:
siwi-cache-master
----.travis.yml(236B)
----index.js(39B)
----package.json(779B)
----test()
--------cache.test.js(777B)
----LICENSE(1KB)
----.gitignore(891B)
----lib()
--------cache.js(4KB)
----README.md(4KB)
----yarn.lock(6KB)