remove

abstract fun remove(key: K): Boolean

Remove the V referenced by K.

Return

'true' if K was present in the cache. Else, return 'false'.