Deletes all caches from the store
@override Future<void> deleteAll() { _store.clear(); return Future.value(); }