isCacheValid
Checks if cache is valid for given files
Presentation
function isCacheValid (id: string, cache: NgDocCachedData <unknown>): boolean;Returns
booleanParameters
| 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 |