Currently, the cache of the Node Version Index is a single file. With the addition of Hooks that allow the customization of the download URL, it is possible that the request URL will change.
The cache should be aware of the requested URL and only serve the cached version if the same URL is requested. We probably want to support multiple caches (within reason), since we will also want to cache the Yarn Version Index eventually as well.
Currently, the cache of the Node Version Index is a single file. With the addition of Hooks that allow the customization of the download URL, it is possible that the request URL will change.
The cache should be aware of the requested URL and only serve the cached version if the same URL is requested. We probably want to support multiple caches (within reason), since we will also want to cache the Yarn Version Index eventually as well.