This scope can be usefull when there is a need to recreate objects graph at runtime without reseting container and registering all components again.
For example when user changes a language inside application and all its components (UI and business logic) should be recreated.
It is analogous to TyphoonScopeWeakSingleton scope present in Typhoon
This scope can be usefull when there is a need to recreate objects graph at runtime without reseting container and registering all components again. For example when user changes a language inside application and all its components (UI and business logic) should be recreated.
It is analogous to TyphoonScopeWeakSingleton scope present in Typhoon