Static_serviceStaticclearClears the service.
Returns nothing.
StaticdisableUMLDisable UML log collection. Increase performance on production
StaticinjectInjects a dependency using the given key and returns an instance of the dependency.
StaticprefetchPrefetches data using the _serviceManager.prefetch method.
Optionalverbose: booleanSpecifies whether to enable verbose mode.
StaticregisterRegisters a creator function for a given key.
StaticregisterRegisters an instance with the service manager.
StatictoUMLConverts a resolution tree to a YAML UML representation. Prints the UML representation to the console and returns it as a string.
The YAML UML representation of the resolution tree.
StaticunloadUnloads a resource using the _serviceManager.
Optionalverbose: booleanWhether to output verbose information. Default value is true.
StaticwaitWait for the service to be provided.
Optionalverbose: booleanWhether to output verbose logs.
An implementation of the IServiceManager interface.