• Caches JSON REST responses from ArcGIS server. Maps a REST request URL to (a promise of) the JSON response for that URL. This cache is shared by all instances of ArcGISRequestHelper.

    Returns Map<string, Promise<unknown>>