CacheMode Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the cache mode to use when loading a Win2D image
C#
public enum CacheMode
type CacheMode =
Public Enum CacheMode
- Inheritance
-
CacheMode
Name | Value | Description |
---|---|---|
Default | 0 | The default behavior, the cache is enabled |
Overwrite | 1 | Reload the target image and overwrite the cached entry, if it exists |
Disabled | 2 | The cache is disabled and new images are always reloaded |
Produit | Versions |
---|---|
Windows Community Toolkit | 6.1.1, 7.0.0, 7.1.0 |