Skip to content

短小精悍的前端缓存工具,防止内存"侧漏"

License

Notifications You must be signed in to change notification settings

gudanya123/cache

Repository files navigation

cache111

短小精悍的前端缓存工具,防止内存"侧漏" https://gudanya123.github.io/

简介

特色 (推广的一些亮点)

安装下载

快速使用

var FC = window.FastCache;
    var cache = new FC();
    cache.set('a',100);
    alert(cache.get('a'));

交流 & 提问

关于作者

  • 个人主页
  • 收款二维码

About

短小精悍的前端缓存工具,防止内存"侧漏"

Resources

License

Stars

Watchers

Forks

Packages