HttpValidationStatus Enum

Definition

Provides enumerated values that indicate cache validation status.

public enum class HttpValidationStatus
public enum HttpValidationStatus
type HttpValidationStatus = 
Public Enum HttpValidationStatus
Inheritance
HttpValidationStatus

Fields

IgnoreThisRequest 2

Indicates that the request is treated as a cache miss and the page is executed. The cache is not invalidated.

Invalid 1

Indicates that the cache is invalid. The item is evicted from the cache and the request is handled as a cache miss.

Valid 3

Indicates that the cache is valid.

Applies to

See also