Checks whether key exists in storage.
key
@override bool containsKey(String key) => _store.containsKey(key);