Shopware\Install\Services\ReleaseDownloader::getCacheFilePath PHP Method

getCacheFilePath() private method

Return a generic cache file name for a given release
private getCacheFilePath ( $release ) : string
$release
return string
    private function getCacheFilePath($release)
    {
        return $this->cachePath . "/{$release}.zip";
    }