Skip to content

Commit

Permalink
Updated README to accurately describe the 'max' property
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Cottingham authored and isaacs committed Jan 15, 2013
1 parent 3751bd0 commit dd1c085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ away.

## Options

* `max` The maximum number of items. Not setting this is kind of
* `max` The maximum size of the cache, checked by applying the length
function to all values in the cache. Not setting this is kind of
silly, since that's the whole purpose of this lib, but it defaults
to `Infinity`.
* `maxAge` Maximum age in ms. Items are not pro-actively pruned out
Expand Down

0 comments on commit dd1c085

Please sign in to comment.