Loaded SWF Caching Question

Are swfs that you load dynamically cached?

For example, if my structure is

loader.swf
---- loads child1.swf
-------- loads child11.swf
---- loads child2.swf
-------- loads child21.swf
---- loads child3.swf

If the user goes to loader.swf a hundred times will the child<x>.swf movies be downloaded from the server 100 times or will they be cached on the client side and only download the first time?