I think you can preload an entire external cast library using the "PreLoadMode of Castlib" command. The options are 0=when needed, 1=before frame 1, and 2=after frame 1
set the preLoadMode of castLib "yourcastname" = 1
this would preload the external cast library before frame 1 of the movie.
Hope this helps