0.0.5 • Published 10 years ago
appsoma-cache v0.0.5
Appsoma Cache Widget
The welder cache widget, using local storage
Contents
How to use
var cache = require("appsoma-cache");
cache.set(key,value);
console.log(cache.get(key,default_value));
cache.remove(key);