短小精悍的前端缓存工具,防止内存『侧漏』。
前端缓存工具
var FC = window.FastCache;
var cache = new FC();
cache.set('a', 100);
alert(cache.get('a'));
- 提问:https://github.com/buqiu/fast-cache/issues
- QQ群、微信群(及时反馈):
- 个人主页
- 收款二维码
短小精悍的前端缓存工具,防止内存『侧漏』。
前端缓存工具
var FC = window.FastCache;
var cache = new FC();
cache.set('a', 100);
alert(cache.get('a'));
npm i buqiu-fast-cache
0
0.0.2
MIT
5.65 kB
15