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";
    }