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