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