* Re-creates the whole persistent cache. * * The SDK can call this when there is some inconsistency and it is better * to start from scratch rather than fix it.
()
| 21 | * to start from scratch rather than fix it. |
| 22 | */ |
| 23 | clear(): Promise<void>; |
| 24 | |
| 25 | /** |
| 26 | * Adds or updates entity in the local database. |
no outgoing calls
no test coverage detected