* Invalidates the cached state associated with this value. * @private * @returns {void}
()
| 154 | * @returns {void} |
| 155 | */ |
| 156 | _invalidateCache() { |
| 157 | if (this._cache !== undefined) { |
| 158 | this._cache.clear(); |
| 159 | } |
| 160 | } |
| 161 | |
| 162 | /** |
| 163 | * Invalidate ordered cache. |