local-cache

0.1.0 • Public • Published

local-cache

Node JS local JSON cache

Install:

npm install local-cache [--save]

Usage:

var Cache = require('local-cache'); var cache = new Cache();

cache.write('stats', object);

var content = cache.read('stats');

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i local-cache

      Weekly Downloads

      85

      Version

      0.1.0

      License

      MIT

      Last publish

      Collaborators

      • komrod