clearAllCaches

abstract suspend fun clearAllCaches(connection: MockzillaConnectionConfig): Result<Unit>

Clears the response cache for every endpoint on the device at connection.

Return

Result.success on success, Result.failure if the request could not be completed.

Parameters

connection

The device to target.