Shopware\Install\Services\ReleaseDownloader::getCacheFilePath PHP Метод

getCacheFilePath() приватный Метод

Return a generic cache file name for a given release
private getCacheFilePath ( $release ) : string
$release
Результат string
    private function getCacheFilePath($release)
    {
        return $this->cachePath . "/{$release}.zip";
    }