ProactiveCachingOnlineMode Enum
Definition
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.
Defines the availability mode for proactive caching.
public enum ProactiveCachingOnlineMode
type ProactiveCachingOnlineMode =
Public Enum ProactiveCachingOnlineMode
- Inheritance
-
ProactiveCachingOnlineMode
Fields
Name | Value | Description |
---|---|---|
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. |