JsonCache
A Node.js module for caching JSON objects or raw data.
Install
npm install jsoncache
Use
var Cache = ;var cache = dir: './cache' life: 1 mode: 'json' ;var data = firstName: "Bruce" lastName: "Dickinson" ;// Using the sync methodscache;var restored = cache;console;// Using the async methodscache;cache;