Class Factory
publicRegistered factories are instantiated by having create called on them. Additionally they are singletons by default, so each time they are looked up they return the same instance.
However, that behavior can be modified with the instantiate
and singleton
options to the Owner.register()
method.