locster
v1.0.1
Published
Persistent cache with localStorage inspired API and deep object querying built for Node.
Downloads
7
Maintainers
Readme
Locster 🦀
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