MCPcopy
hub / github.com/webpack/webpack / _invalidateOrderedCache

Method _invalidateOrderedCache

lib/util/SortableSet.js:167–171  ·  view source on GitHub ↗

* Invalidate ordered cache. * @private * @returns {void}

()

Source from the content-addressed store, hash-verified

165 * @returns {void}
166 */
167 _invalidateOrderedCache() {
168 if (this._cacheOrderIndependent !== undefined) {
169 this._cacheOrderIndependent.clear();
170 }
171 }
172
173 /**
174 * Returns the raw array.

Callers 3

addMethod · 0.95
deleteMethod · 0.95
clearMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected