Is downloads with URLLoader cached?

I use URLLoader to get some data from some PHP Scripts on my site. However, even though I KNOW that the output from the PHP Script has changed, the URLLoader still fetches the same data, so I am wondering: Is the URLLoader downloads cached in Flash Player somehow, and is there some way to prevent this from happening?