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);
});
 

Readme

Keywords

Package Sidebar

Install

npm i node-fscache

Weekly Downloads

1

Version

0.0.1

License

ISC

Last publish

Collaborators

  • eladxxx