Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcoin-org/blru
LRU cache for javascript
https://github.com/bcoin-org/blru
Last synced: 6 days ago
JSON representation
LRU cache for javascript
- Host: GitHub
- URL: https://github.com/bcoin-org/blru
- Owner: bcoin-org
- License: other
- Created: 2018-03-12T23:01:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T09:57:17.000Z (about 1 month ago)
- Last Synced: 2024-10-02T10:07:27.809Z (about 1 month ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 2
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blru
LRU cache for node.js.
## Usage
``` js
const blru = require('blru');
```## Contribution and License Agreement
If you contribute code to this project, you are implicitly allowing your code
to be distributed under the MIT license. You are also implicitly verifying that
all code is your original work. ``## License
- Copyright (c) 2017, Christopher Jeffrey (MIT License).
See LICENSE for more info.