Skip to content

Commit

Permalink
Remove mentions of cache from readme
Browse files Browse the repository at this point in the history
caching was removed in 0f06f18
  • Loading branch information
forivall committed Feb 20, 2016
1 parent 7df236f commit 9cf2d88
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ var mm = new Minimatch(pattern, options)

All other methods are internal, and will be called as necessary.

## Functions

The top-level exported function has a `cache` property, which is an LRU
cache set to store 100 items. So, calling these methods repeatedly
with the same pattern and options will use the same Minimatch object,
saving the cost of parsing it multiple times.

### minimatch(path, pattern, options)

Main export. Tests a path against the pattern using the options.
Expand Down

0 comments on commit 9cf2d88

Please sign in to comment.