appsoma-cache

The welder cache widget, using local storage

Usage no npm install needed!

<script type="module">
  import appsomaCache from 'https://cdn.skypack.dev/appsoma-cache';
</script>

README

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);