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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i node-fscache

Weekly Downloads

1

Version

0.0.1

License

ISC

Last publish

Collaborators

  • eladxxx