MCPcopy
hub / github.com/webpack/webpack / clear

Method clear

lib/cache/PackFileCacheStrategy.js:1619–1627  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1617 }
1618
1619 clear() {
1620 this.fileSystemInfo.clear();
1621 this.buildDependencies.clear();
1622 this.newBuildDependencies.clear();
1623 this.resolveBuildDependenciesSnapshot = undefined;
1624 this.resolveResults = undefined;
1625 this.buildSnapshot = undefined;
1626 this.packPromise = undefined;
1627 }
1628}
1629
1630module.exports = PackFileCacheStrategy;

Callers 6

applyMethod · 0.45
deserializeMethod · 0.45
afterAllStoredMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
cleanUpChunksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected