lighter-lru-cache
Version:
A lightweight JavaScript LRU cache.
35 lines (22 loc) • 1.47 kB
Markdown
# lighter-lru-cache
[](//gitter.im/lighterio/public)
[](//www.npmjs.com/package/lighter-lru-cache)
[](//www.npmjs.com/package/lighter-lru-cache)
[](//travis-ci.org/lighterio/lighter-lru-cache)
[](//coveralls.io/r/lighterio/lighter-lru-cache)
[](//www.npmjs.com/package/standard)
The `lighter-lru-cache` module is a lightweight LRU cache.
## Installation
From your project directory, install and save as a dependency:
```bash
npm install --save lighter-lru-cache
```
## API
For now, please see the [source](https://github.com/lighterio/lighter-lru-cache/blob/master/lighter-lru-cache.js).
## Examples
For now, please see the [tests](https://github.com/lighterio/lighter-lru-cache/blob/master/test).
## More on lighter-lru-cache...
* [Contributing](//github.com/lighterio/lighter-lru-cache/blob/master/CONTRIBUTING.md)
* [License (ISC)](//github.com/lighterio/lighter-lru-cache/blob/master/LICENSE.md)
* [Change Log](//github.com/lighterio/lighter-lru-cache/blob/master/CHANGELOG.md)
* [Roadmap](//github.com/lighterio/lighter-lru-cache/blob/master/ROADMAP.md)