caiogondim / fast-memoize.js

:rabbit2: Fastest possible memoization library
https://npm.im/fast-memoize
MIT License
2.58k stars 86 forks source link

Fixes misleading custom cache docs description #38

Closed ruyadorno closed 7 years ago

ruyadorno commented 7 years ago

I found this out while trying to implement a custom cache to help me debugging my app.

I'll left for you to judge wether adding a working example for the custom cache is a good idea or not, anyways I still think the phrase should be more detailed as I had to read through the code in order to implement my custom cache 😊

caiogondim commented 7 years ago

Indeed! Thanks for the PR.