ArcGIS Pro 2.9 API Reference Guide
CacheControl Property

ArcGIS.Desktop.Core Namespace > EsriHttpRequestHeaders Class : CacheControl Property
Gets or sets the caching behaviour for the response.
Syntax
public CacheControlHeaderValue CacheControl {get; set;}
Public Property CacheControl As CacheControlHeaderValue

Property Value

System.Net.Http.Headers.CacheControlHeaderValueA value of the Cache-Control header
Remarks
The Cache-Control general-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EsriHttpRequestHeaders Class
EsriHttpRequestHeaders Members