1. 首页
  2. 数据库
  3. 其它
  4. tabby cache manager 源码

tabby cache manager 源码

上传者: 2021-04-07 11:09:55上传 ZIP文件 1.83KB 热度 16次
虎斑缓存 实际有效的最小缓存库。 37行代码, 0依赖项。 安装 当前稳定版本: 1.x $ npm install tabby-cache 用法 const TabbyCache = require ( 'tabby-cache' ) ; const cache = new TabbyCache ( 60 ) ; // in seconds const obj = 'object' ; // string, number, boolean, object, array cache . set ( obj , 'cache-key' ) ; // set the cache // cache that exists cache . get ( 'cache-key' ) ; // return obj // cache that doesn't exists or after timeo
下载地址
用户评论