CacheMap.removeKey

Removes the given key returning whether or not it was a success

class CacheMap
bool
removeKey
(
K key
)

Parameters

key K

the key to remove

Return Value

Type: bool

true if the key existed, false otherwise

Meta