You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the factory caching policy is specified as the ModuleType template parameter when you create a Module object. To override this policy, specify a FactoryCacheFlags value when you create a factory object.
FactoryCacheDefault
The caching policy of the Module object is used.
FactoryCacheEnabled
Enables factory caching regardless of the ModuleType template parameter that is used to create a Module object.
FactoryCacheDisabled
Disables factory caching regardless of the ModuleType template parameter that is used to create a Module object.