Slide 10
Slide 10 text
LifetimeManagers
• HierarchicalifetimeManager
• Implements a singleton behavior for objects. However, child containers don't share
instances with parents
• PerResolveLifetimeManager
• Implements a behavior similar to the transient lifetime manager except that
instances are reused across build-ups of the object graph
• PerThreadLifetimeManager
• Implements a singleton behavior for objects but limited to the current thread