Varien_Autoload::getCacheFilePath PHP Method

getCacheFilePath() public static method

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