JavaScript 缓存框架 locache

码农软件 · 软件分类 · 缓存系统 · 2019-08-30 14:56:29

软件介绍

locache 是一个 JavaScript 缓存框架,用于在浏览器上使用 localStorage 进行数据的缓存,如果浏览器不支持 localStorage 也可以优雅的降级处理。

示例代码:

locache.set('user', {
    'name': "Dougal Matthews",
    'alias': d0ugal
})

var result = locache.get('user');

//{
//    'name': "Dougal Matthews",
//    'alias': d0ugal
//}

本文地址:https://codercto.com/soft/d/13504.html

Python Algorithms

Python Algorithms

Magnus Lie Hetland / Apress / 2010-11-24 / USD 49.99

Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it......一起来看看 《Python Algorithms》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码