Removes the file from the cache.
@override Future<void> evict({required String key}) => _cache.evict(key: key);