1.0.1 • Published 1 year ago

cz-cache v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

介绍

cz-cache.js 是一个基于 Storage 技术抽象出来的工具类。

设计初衷

  • 统一团队编码输出规范
  • 提高开发效率
  • 降低多余的代码输出和低级错误
  • 增强代码可读性与扩展性

安装

npm i cz-cache

or

yarn add cz-cache

使用

node 环境引入

import { localCache, sessCache } from 'cz-cache'

示例

localCache.setKey('token',edkjfkdsfj23jk34)

localCache.getKey('token')

localCache.removeKey('token')

清空

localCache.setKey()

鸣谢

GitHub

NPM

欢迎 star、issues!

1.0.1

1 year ago

1.0.0

1 year ago