Sha256: 67941ee23478068adf25fc74e23e50fc10b91c0f9d92aaa572d2b83b0287766b

Contents?: true

Size: 817 Bytes

Versions: 30

Compression:

Stored size: 817 Bytes

Contents

# read-cache [![Build Status](https://travis-ci.org/TrySound/read-cache.svg?branch=master)](https://travis-ci.org/TrySound/read-cache)

Reads and caches the entire contents of a file until it is modified.


## Install

```
$ npm i read-cache
```


## Usage

```js
// foo.js
var readCache = require('read-cache');

readCache('foo.js').then(function (contents) {
	console.log(contents);
});
```


## API

### readCache(path[, encoding])

Returns a promise that resolves with the file's contents.

### readCache.sync(path[, encoding])

Returns the content of the file.

### readCache.get(path[, encoding])

Returns the content of cached file or null.

### readCache.clear()

Clears the contents of the cache.


## License

MIT © [Bogdan Chadkin](mailto:trysound@yandex.ru)

Version data entries

30 entries across 29 versions & 10 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/read-cache/README.md
decidim-0.26.8 packages/eslint-config/node_modules/read-cache/README.md
disco_app-0.18.0 test/dummy/node_modules/read-cache/README.md
disco_app-0.18.2 test/dummy/node_modules/read-cache/README.md
disco_app-0.16.1 test/dummy/node_modules/read-cache/README.md
disco_app-0.15.2 test/dummy/node_modules/read-cache/README.md
disco_app-0.18.4 test/dummy/node_modules/read-cache/README.md
disco_app-0.18.1 test/dummy/node_modules/read-cache/README.md
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/read-cache/README.md
disco_app-0.14.0 test/dummy/node_modules/read-cache/README.md
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/read-cache/README.md
tang-0.2.1 spec/tang_app/node_modules/read-cache/README.md
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/read-cache/README.md
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/read-cache/README.md
ruby2js-4.0.4 lib/tasks/testrails/node_modules/read-cache/README.md
ruby2js-4.0.3 lib/tasks/testrails/node_modules/read-cache/README.md
tang-0.2.0 spec/tang_app/node_modules/read-cache/README.md
tang-0.1.0 spec/tang_app/node_modules/read-cache/README.md
tang-0.0.9 spec/tang_app/node_modules/read-cache/README.md
enju_library-0.3.8 spec/dummy/node_modules/read-cache/README.md