Clears the cache file.
@override /// Clears the cache file. Future<void> clear() async { await _writeAll(<String, dynamic>{}); }