isCacheValid
Checks if cache is valid for given files
Presentation
function isCacheValid (id: string, cache: NgDocCachedData <unknown>): boolean;
Returns
boolean
Parameters
Name | Type | Description |
---|---|---|
id | string | unique id for cache |
cache |
| cache object |
Checks if cache is valid for given files
function isCacheValid (id: string, cache: NgDocCachedData <unknown>): boolean;
boolean
Name | Type | Description |
---|---|---|
id | string | unique id for cache |
cache |
| cache object |