remove

abstract fun remove(key: MemoryCache.Key): Boolean

Remove the Value referenced by key.

Return

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