MCPcopy
hub / github.com/webpack/webpack / _invalidateCache

Method _invalidateCache

lib/util/SortableSet.js:156–160  ·  view source on GitHub ↗

* Invalidates the cached state associated with this value. * @private * @returns {void}

()

Source from the content-addressed store, hash-verified

154 * @returns {void}
155 */
156 _invalidateCache() {
157 if (this._cache !== undefined) {
158 this._cache.clear();
159 }
160 }
161
162 /**
163 * Invalidate ordered cache.

Callers 4

addMethod · 0.95
deleteMethod · 0.95
clearMethod · 0.95
sortWithMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected