TIntObjectMap<T> configurationByComponentId cache map for MappingBase<T>
For lookup efficiency it is useful to have a direct int -> ? extends ComponentBase<T> TIntObjectMap<T> in org.simantics.structural.synchronization.base.MappingBase in addition to String based lookups.
The map shall be built at the same time as the previously existing String -> ComponentBase map is built.