MCPcopy
hub / github.com/webpack/webpack / getCache

Method getCache

lib/Compilation.js:1469–1471  ·  view source on GitHub ↗

* Returns the cache facade instance. * @param {string} name cache name * @returns {CacheFacade} the cache facade instance

(name)

Source from the content-addressed store, hash-verified

1467 * @returns {CacheFacade} the cache facade instance
1468 */
1469 getCache(name) {
1470 return this.compiler.getCache(name);
1471 }
1472
1473 /**
1474 * Returns a logger with that name.

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected