Overtrue\PHPLint\Cache::getFilename PHP Method

getFilename() public static method

Return cache filename.
public static getFilename ( ) : string
return string
    public static function getFilename()
    {
        return (getcwd() ?: './') . '/' . self::$filename;
    }