* Clears all items stored in the cache.
()
| 19 | * Clears all items stored in the cache. |
| 20 | */ |
| 21 | clear(): void | Promise<void>; |
| 22 | |
| 23 | /** |
| 24 | * Called inside `MikroORM.close()` Allows graceful shutdowns (e.g. for redis). |
no outgoing calls
no test coverage detected