(filePath: string)
| 1 | export interface ICacheManager { |
| 2 | getHash(filePath: string): string | undefined |
| 3 | updateHash(filePath: string, hash: string): void |
| 4 | deleteHash(filePath: string): void |
| 5 | flush(): Promise<void> |
no outgoing calls
no test coverage detected