core.medplumclient.invalidateurl | Medplum

MedplumClient.invalidateUrl() method

Invalidates any cached values or cached requests for the given URL.

Signature:

invalidateUrl(url: URL | string): void;

Parameters [​](/content/docs/sdk/core.medplumclient.invalidateurl#parameters "Direct link to Parameters"/index.html)

Parameter Type Description
url URL | string The URL to invalidate.

Returns:

void