Returns whether or not there is an existing data file with cache info.
@override Future<bool> exists() async { var file = await _getFile(); return file.exists(); }