[This is preliminary documentation and subject to change]
This metabase property specifies whether the headers specified by HcCacheControlHeader and HcExpiresHeader will be sent with each compressed response. If this property is set to TRUE, Cache-Control and Expires headers will be sent with all compressed responses. If this property is set to FALSE, however, only the HTTP 1.1 Vary header will be sent.
Important
In general, the Cache-Control and
Expires HTTP headers are included with compressed responses to
prevent inappropriate caching of compressed files, especially by
proxy servers and older browsers. If you choose to disable these
headers, it is recommended that you also set HcNoCompressionForProxies and HcNoCompressionForHttp10 to TRUE.
| Attribute Name | Attribute Value |
| Data Type | BOOL |
| Attributes | NO_ATTRIBUTES |
| Default Value | TRUE |
| MetaFlagsEx | CACHE_PROPERTY_MODIFIED |
| User Type | IIS_MD_UT_SERVER |
| StartingNumber | |
| EndingNumber | 0 |
| ID | 2220 |
This property is accessible at the following locations:
| Metabase Path | IIS Admin Object Type |
The following table lists additional information required only for code that uses the IIS Admin Base Object.
| Metabase identifier | MD_HC_SEND_CACHE_HEADERS |
| Data type | BOOL |
| User type | IIS_MD_UT_SERVER |