()
| 56 | > = new Map(); |
| 57 | // The super safe approach for now |
| 58 | invalidate() { |
| 59 | this.dirListCache.clear(); |
| 60 | this.dirIgnoreCache.clear(); |
| 61 | } |
| 62 | // invalidateIgnore(uri: string) { |
| 63 | // this.dirIgnoreCache.delete(uri); |
| 64 | // } |
no test coverage detected