Table of Contents

Enum RequestPriority

Namespace
The.Caching
Assembly
Instagile.dll

Priority level for query execution in the entity cache. Higher priority queries can execute concurrently with and preempt lower priority queries.

public enum RequestPriority

Fields

Default = 2

Standard priority for business logic and noncritical UI.

Interactive = 3

Higher priority for user-visible loads which block the rendering of other content or the completion of a gesture.

Preload = 0

Lowest priority to avoid blocking startup.

Refresh = 1

Lower priority for stale revalidation.