views:

11

answers:

0

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?