Gets a value indicating whether the cache entry associated with key exists.
key
Returns true if the cache contains an entry with the given key.
@override bool containsKey(Object key) => _entries.containsKey(key);