ProactiveCachingOnlineMode Enum

Definition

Defines the availability mode for proactive caching.

public enum ProactiveCachingOnlineMode
type ProactiveCachingOnlineMode = 
Public Enum ProactiveCachingOnlineMode
Inheritance
ProactiveCachingOnlineMode

Fields

Immediate 0

Specifies that queries are routed to the underlying relational data source while cache is being refreshed.

OnCacheComplete 1

Specifies that proactive caching uses the current available cache.

Applies to