Checks if key exists in store
@override Future<bool> exists(String key) { return Future.value(_cache.entries.containsKey(key)); }