0.4.2 • Published 5 years ago

johnny-cache-ls v0.4.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Johnny Cache

Simple localStorage interface with timestamp based filtering and management

Installation

NPM

npm install johnny-cache-ls

CDN

<script type="module" src="https://unpkg.com/johnny-cache-ls"></script>

Usage

_Note:

ES6 Style Import

import JohnnyCache from 'johnny-cache-ls';
let cache = new JohnnyCache()
cache.set('stage-clothes', { color: black, coatLength: 'long' })
console.log(cache.get('stage-clothes'))
0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

6 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago