Destroys this client, evicting cached Resources from the ResourceCacheHost if no other ResourceCacheClient have fetched the same resources. This will not destroy the backing ResourceCacheHost and backing resource provider.
Fetch a resource as a Blob. The result is cached until this instance is destroyed and no other ResourceCacheClient have fetched the same resources.
Fetch a resource as URL that can be requested natively by the browser, like for example with the src attribute for an image element, etc.
The result is cached until this instance is destroyed and no other ResourceCacheClient have fetched the same resources.
Fetch a resource as a text. The result is cached until this instance is destroyed and no other ResourceCacheClient have fetched the same resources.
Fetch a resource as a Uint8Array. The result is cached until this instance is destroyed and no other ResourceCacheClient have fetched the same resources.
If this instance has been destroyed. This does not indicate if the backing cache host or the backing resource provider has been destroyed.
Generated using TypeDoc
Create a Blob URL or a data URL to the specified contents.
The result is cached until this instance is destroyed and no other ResourceCacheClient have fetched the same resources.