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: Clarify that timeout applies to unset #36

Closed zmackie closed 7 years ago

zmackie commented 7 years ago

The documentation for setDefaults implies that timemouts only apply to get and set, when it appears tthat the also apply to unset. This fixes that unclarity.