I have a viewer application that loads multiple (many) documents into a scene. The same components are repeated many times. I am calling ViewingApplication.loadDocument(...) once per file, and Viewer3D.loadModel(...) once per instance in order to set the placementTransform.
However Viewer3D.loadModel(...) appears to be downloading the geometry each call, despite the URL not changing. Is there a more efficient way to add the same geometry multiple times?