MCPcopy Index your code
hub / github.com/angular/angular / invalidate

Method invalidate

packages/compiler-cli/test/ngtsc/env.ts:469–471  ·  view source on GitHub ↗
(fileName: string)

Source from the content-addressed store, hash-verified

467 }
468
469 invalidate(fileName: string): void {
470 this.cache.delete(fileName);
471 }
472}
473
474class ResourceLoadingCompileHost extends AugmentedCompilerHost implements api.CompilerHost {

Callers 2

writeMethod · 0.45
invalidateCachedFileMethod · 0.45

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected