ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / EsriHttpRequestHeaders Class / CacheControl Property

In This Topic
    CacheControl Property
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also