clearCache

abstract suspend fun clearCache()

Clears the local cache of the SDK.

Comodule SDK caches some vehicle related info to provide a faster handshake during the connection and allow offline use within reason.

NB! In most cases clearing cache is never required. The SDK performs its own cache maintenance periodically while the SDK is being used.

This method can be useful in response to certain error conditions that may benefit from clearing cached data.