createCacheForFile
Creates cache for given file
Presentation
function createCacheForFile (filePath: string): string;
Returns
string
Parameters
Name | Type | Description |
---|---|---|
filePath | string | @param filePath - path to file, for which cache should be created |
Creates cache for given file
function createCacheForFile (filePath: string): string;
string
Name | Type | Description |
---|---|---|
filePath | string | @param filePath - path to file, for which cache should be created |