Skip to content

Commit

Permalink
Update resource description
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 3, 2016
1 parent ad9f3ec commit db24f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#### Cache

* [lru-cache](https://github.com/isaacs/node-lru-cache) – A cache object that deletes the least-recently-used items.
* [lru-cache](https://github.com/isaacs/node-lru-cache) – A `Map` cache that deletes the least-recently-used items.
* [async-cache](https://github.com/isaacs/async-cache) – Cache your async lookups and don't fetch the same thing more than necessary.
* [mem](https://github.com/sindresorhus/mem) - An optimization used to speed up consecutive function calls.

Expand Down

0 comments on commit db24f32

Please sign in to comment.