* Clears the package manager's cache. * @returns A promise that resolves when the cache is cleared.
()
| 625 | * @returns A promise that resolves when the cache is cleared. |
| 626 | */ |
| 627 | clearCache?(): Promise<void>; |
| 628 | } |
| 629 | |
| 630 | /** |
no outgoing calls
no test coverage detected