()
| 419 | } |
| 420 | |
| 421 | invalidateAll(): void { |
| 422 | this._client.invalidateAll() |
| 423 | this._ssr.invalidateAll() |
| 424 | } |
| 425 | |
| 426 | /* TODO: It seems there isn't usage of this method in the ecosystem |
| 427 | Waiting to check if we really need this for backwards compatibility |
no outgoing calls
no test coverage detected