Persistent cache with localStorage inspired API and deep object querying built for Node.
-
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.
npm install locster