Sets a custom package cache key for this download.
string|null $customCacheKey New cache key:
public function setCustomCacheKey(?string $customCacheKey) : void { $this->customCacheKey = $customCacheKey; }