getCachedGeoJson()

in src/ems_client.ts [349:351]


  getCachedGeoJson(layerId: string) {
    return this._cache.get(layerId);
  }