Skip to content

Commit 47d27f2

Browse files
committed
Autogenerated changes
1 parent 32f64b4 commit 47d27f2

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Extension Discovery Cache
2+
=========================
3+
4+
This folder is used by `package:extension_discovery` to cache lists of
5+
packages that contains extensions for other packages.
6+
7+
DO NOT USE THIS FOLDER
8+
----------------------
9+
10+
* Do not read (or rely) the contents of this folder.
11+
* Do write to this folder.
12+
13+
If you're interested in the lists of extensions stored in this folder use the
14+
API offered by package `extension_discovery` to get this information.
15+
16+
If this package doesn't work for your use-case, then don't try to read the
17+
contents of this folder. It may change, and will not remain stable.
18+
19+
Use package `extension_discovery`
20+
---------------------------------
21+
22+
If you want to access information from this folder.
23+
24+
Feel free to delete this folder
25+
-------------------------------
26+
27+
Files in this folder act as a cache, and the cache is discarded if the files
28+
are older than the modification time of `.dart_tool/package_config.json`.
29+
30+
Hence, it should never be necessary to clear this cache manually, if you find a
31+
need to do please file a bug.

0 commit comments

Comments
 (0)