Caches the specified object (file) locally, either on the box or within the native Electron app.
A promise that resolves when caching completes (only resolves in Electron; for other environments, caching is attempted but not awaited).
The destination path where the object should be cached.
The object (file) data to cache, provided as a Blob.
Generated using TypeDoc
Caches the specified object (file) locally, either on the box or within the native Electron app.
Returns
A promise that resolves when caching completes (only resolves in Electron; for other environments, caching is attempted but not awaited).