* Clear the cache information. * * @private * @method _clear
()
| 40 | * @method _clear |
| 41 | */ |
| 42 | _clear() { |
| 43 | this.entries = Object.create(null); |
| 44 | this.projects = []; |
| 45 | _resetCache(); |
| 46 | } |
| 47 | |
| 48 | /** |
| 49 | * Indicates if there is at least one error in any object in the cache. |
no test coverage detected