Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
474
class
ResourceLoadingCompileHost extends AugmentedCompilerHost implements api.CompilerHost {
Callers
2
write
Method · 0.45
invalidateCachedFile
Method · 0.45
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected