Whether key is currently present in the cache.
key
bool hasKey(String key) => _data.containsKey(key);