Removes the value associated with key from the cache.
key
@override void remove(Object key) { removeEntry(key, EvictionReason.removed); }