remove

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

Clears the cached value for the given key.

Return

The cached value if any.