create Cached Simulation Service For Model
fun createCachedSimulationServiceForModel(modelIdentifier: String, modelBuilder: ModelBuilderIfc): SimulationService(source)
Creates a cached simulation service instance using the provided model identifier and model builder.
Return
a new instance of SimulationService configured with the specified model provider and cache settings
Parameters
model Identifier
the unique identifier for the model to be used in the simulation service
model Builder
the builder responsible for constructing the model associated with the given identifier