init
This commit is contained in:
8
mc_test/node_modules/@electron/get/dist/esm/Cache.d.ts
generated
vendored
Executable file
8
mc_test/node_modules/@electron/get/dist/esm/Cache.d.ts
generated
vendored
Executable file
@ -0,0 +1,8 @@
|
||||
export declare class Cache {
|
||||
private cacheRoot;
|
||||
constructor(cacheRoot?: string);
|
||||
static getCacheDirectory(downloadUrl: string): string;
|
||||
getCachePath(downloadUrl: string, fileName: string): string;
|
||||
getPathForFileInCache(url: string, fileName: string): Promise<string | null>;
|
||||
putFileInCache(url: string, currentPath: string, fileName: string): Promise<string>;
|
||||
}
|
||||
Reference in New Issue
Block a user