0.0.5 • Published 2 years ago

make-cache v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

make-cache

一个轻量的工具

简介

一个轻量的工具

安装与下载

快速使用

const FC = window.MakeCache;
const cache = new FC();
cache.set("a", 100);
console.log(cache.get("a"));
  • 使用文档
  • 二次开发文档

交流 & 提问

https://github.com/zx-kapok/make-cache/issues

关于作者

https://github.com/zx-kapok

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago