invalidateCacheIfNeeded
Checks the version of the current package and invalidates the cache if necessary
Presentation
function invalidateCacheIfNeeded (coreFiles: string[] = []): boolean;
Returns
boolean
Parameters
Name | Type | Description |
---|---|---|
coreFiles | string[] | list of core files, if they were changed, the cache will be invalidated |