Varien_Autoload::getCacheFilePath PHP 메소드

getCacheFilePath() 공개 정적인 메소드

Get cache file path
public static getCacheFilePath ( ) : string
리턴 string
    public static function getCacheFilePath()
    {
        return self::$_BP . DIRECTORY_SEPARATOR . 'var' . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'classPathCache.php';
    }