UNPKG

farst-cache

Version:

精简的前端缓存工具,防止内存泄露

20 lines (14 loc) 177 B
# 使用文档 ## 初始化 ```js const CF = window.FarstCache let cache = new CF() ``` ## 设置 ```js cache.setValue('a',100) ``` ## 获取 ```js cache.getValue('a') ```