HttpValidationStatus 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.
Provides enumerated values that indicate cache validation status.
public enum class HttpValidationStatus
public enum HttpValidationStatus
type HttpValidationStatus =
Public Enum HttpValidationStatus
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Invalid | 1 | Indicates that the cache is invalid. The item is evicted from the cache and the request is handled as a cache miss. |
IgnoreThisRequest | 2 | Indicates that the request is treated as a cache miss and the page is executed. The cache is not invalidated. |
Valid | 3 | Indicates that the cache is valid. |
Applies to
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา