Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Determines whether factory objects are cached.
Syntax
enum FactoryCacheFlags;
Remarks
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.
| Policy | Description |
|---|---|
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. |
Requirements
Header: implements.h
Namespace: Microsoft::WRL