index
Functions
register()
function register(
path,
key,
store?,
integrity?): voidDefined in: index.ts:23
Queue the cache entry at key in the cache folder path for the
background child. Pass the global store root as store to also
explode it there (only when VLT_STORE_LINKER enables the store),
and the tarball's integrity if its entry may only be cached under
that.
Parameters
| Parameter | Type |
|---|---|
path | string |
key | string |
store? | string |
integrity? | `sha512-${string}` |
Returns
void