remove

abstract suspend fun remove(key: K): V?

Removes the entry and in-progress creation for key if it exists. It returns the previous value for key.