文件名称:config-cache:通用JavaScript缓存方法
文件大小:15KB
文件格式:ZIP
更新时间:2024-06-03 14:58:55
JavaScript
配置缓存 通用JavaScript对象存储方法。 5.0中的重大更改! 5.0版进行了重大更改! 为了简化库,删除了以下方法: clone :使用 ,例如: var obj = cloneDeep(config.cache) keys :使用Object.keys(config.cache) omit :使用.del() exists :使用config.cache.hasOwnProperty()或 has :使用config.cache.hasownProperty()或 hasOwn :使用config.cache.hasOwnProperty()或 还删除了以下数据方法,如果需要这些方法,请使用: data process plasma extendData 安装 用安装 $ npm i config-cache --save 用法 var Config =
【文件预览】:
config-cache-master
----.travis.yml(72B)
----index.js(4KB)
----package.json(1KB)
----test()
--------cache.extend.js(4KB)
--------cache.events.js(3KB)
--------cache.union.js(1KB)
--------cache.del.js(1KB)
--------cache.get.set.js(3KB)
--------cache.js(965B)
--------cache.get.js(2KB)
--------fixtures()
----LICENSE(1KB)
----.gitignore(123B)
----.verb.md(2KB)
----README.md(6KB)
----.jshintrc(281B)
----.editorconfig(424B)
----.gitattributes(127B)