Edit

Share via


CacheMode Enum

Definition

Indicates the cache mode to use when loading a Win2D image

public enum CacheMode
type CacheMode = 
Public Enum CacheMode
Inheritance
CacheMode

Fields

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

Applies to