文件名称:web-storage-cache.zip
文件大小:68KB
文件格式:ZIP
更新时间:2022-08-08 04:46:49
开源项目
WebStorageCache WebStorageCache 对HTML5 localStorage 和sessionStorage 进行了扩展,添加了超时时间,序列化方法。可以直接存储json对象,同时可以非常简单的进行超时时间的设置。 优化:WebStorageCache自动清除访问的过期数据,避免了过期数据的累积。另外也提供了清除全部过期数据的方法:wsCache.deleteAllExpires(); Language English 用法 下载 最新 WebStorageCache。 使用WebStorageCache,只要在页面上引入下面代码即可。 [removed][removed] [removed] // create WebStorageCache instance. var wsCache = new WebStorageCache(); // cache 'wqteam' at 'username', expired in 100 seconds wsCache.set('username', 'wqteam', {exp : 100}); [removed] 分享 window._bd_share_config = { "common": { "bdSnsKey": {}, "bdText": "", "bdMini": "2", "bdMiniList": [], "bdPic": "", "bdStyle": "1", "bdSize": "24" }, "share": {} }; with (document)0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=' ~(-new Date() / 36e5)];\r\n \r\n \r\n \r\n \r\n \u8f6f\u4ef6\u9996\u9875\r\n \u8f6f\u4ef6\u4e0b\u8f7d\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nwindow.changyan.api.config({\r\nappid: 'cysXjLKDf', conf: 'prod_33c27aefa42004c9b2c12a759c851039' });
【文件预览】:
web-storage-cache-master
----.travis.yml(85B)
----example()
--------ajax-cache-example()
--------README.md(71B)
----package.json(1014B)
----test()
--------index.html(569B)
--------unit()
----LICENSE(1KB)
----dist()
--------web-storage-cache.min.js(4KB)
----Gruntfile.js(1KB)
----src()
--------web-storage-cache.js(11KB)
----.project(210B)
----.gitignore(19B)
----README_en.md(4KB)
----README.md(6KB)
----yarn.lock(69KB)
----bower.json(359B)