Download a .tar.gz archive from url, extract it to a subdirectory of cacheDir, and return the path to the extracted directory.
url
cacheDir
Caching: if the directory already exists the download is skipped entirely. Pass noCache: true to force re-download.
noCache: true
HTTPS (or HTTP) URL to the archive
Local directory where archives are cached
Optional
Optional expected SHA-256 hex digest for integrity check
When true, re-download even if the extracted dir exists
Download a .tar.gz archive from
url, extract it to a subdirectory ofcacheDir, and return the path to the extracted directory.Caching: if the directory already exists the download is skipped entirely. Pass
noCache: trueto force re-download.