remove

abstract suspend fun remove(key: String)

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

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