()
| 1211 | } |
| 1212 | |
| 1213 | async clearAllCaches(): Promise<void> { |
| 1214 | this.pendingTaskInfoByPath.clear(); |
| 1215 | this.clearFilterIndexes(); |
| 1216 | this.filterIndexesBuilt = false; |
| 1217 | this.trigger("data-changed"); |
| 1218 | } |
| 1219 | |
| 1220 | clearCacheEntry(path: string): void { |
| 1221 | this.pendingTaskInfoByPath.delete(path); |
no test coverage detected