Skip to content

Commit 9cf2d88

Browse files
committed
Remove mentions of cache from readme
caching was removed in 0f06f18
1 parent 7df236f commit 9cf2d88

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,6 @@ var mm = new Minimatch(pattern, options)
8282

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

85-
## Functions
86-
87-
The top-level exported function has a `cache` property, which is an LRU
88-
cache set to store 100 items. So, calling these methods repeatedly
89-
with the same pattern and options will use the same Minimatch object,
90-
saving the cost of parsing it multiple times.
91-
9285
### minimatch(path, pattern, options)
9386

9487
Main export. Tests a path against the pattern using the options.

0 commit comments

Comments
 (0)