node-fscache

0.0.1 • Public • Published

fscache

Simple file cache.

Install

npm install node-fscache

Use

var fscache = require('fscache');
 
var cache = new fscache();
 
cache.get('file.txt', function (err, data) {
  console.log(data);
});
 

/node-fscache/

    Package Sidebar

    Install

    npm i node-fscache

    Weekly Downloads

    3

    Version

    0.0.1

    License

    ISC

    Last publish

    Collaborators

    • eladxxx