instance-scope

StructureMap Instance Scope in Web Application

I am initialising the StructureMap DI container at web application start-up with a concrete type for an interface. The concrete type is used to provide a reentrant method to the domain as part of a strategy pattern. How should I decide which InstanceScope to cache by? ...