groupon / node-cached

A simple caching library for node.js, inspired by the Play cache API
BSD 3-Clause "New" or "Revised" License
94 stars 15 forks source link

docs: Update memory backend docs #29

Closed fdegiuli closed 8 years ago

fdegiuli commented 8 years ago

Make it clear that the memory backend returns references to values and not copies of the values in the cache.

Fixes #28

jkrems commented 8 years ago

Thanks! Though according to the preview it doesn't render correctly, it shows * characters instead of bold/italic.

fdegiuli commented 8 years ago

Huh, weird. It looked fine for me. Should be fixed now anyway.

jkrems commented 8 years ago

Thanks!