MCPcopy Create free account
hub / github.com/angular/angular / invalidate

Method invalidate

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

Source from the content-addressed store, hash-verified

461 }
462
463 invalidate(fileName: string): void {
464 this.cache.delete(fileName);
465 }
466}
467
468class 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