1.0.1 • Published 6 years ago

locster v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Locster 🦀 NPM

Persistent cache with localStorage inspired API and deep object querying built for Node.

Features

  • Fast since it keeps an in memory representation of the cache to minimize trips to the filesystem.

  • Familiar API based on the localStorage API found in the browser.

  • Deep Object Querying support for deep object querying.

Installation

npm install locster

Usage

Demo