remove

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

Removes the specified key and its corresponding value from the cache.

If the value is under creation, the creation will be cancelled.