updateCache
| Generic types: | TData | 
Updates cache for given files This function creates object and writes it to cache file
Presentation
function updateCache (id: string, cache: NgDocCachedData <TData>): void;Returns
voidParameters
| Name | Type | Description | 
|---|---|---|
| id | string | unique id for cache  | 
| cache |  | cache object  |