We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df236f commit 9cf2d88Copy full SHA for 9cf2d88
README.md
@@ -82,13 +82,6 @@ var mm = new Minimatch(pattern, options)
82
83
All other methods are internal, and will be called as necessary.
84
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
92
### minimatch(path, pattern, options)
93
94
Main export. Tests a path against the pattern using the options.
0 commit comments