Sitecore 5.0 API

Settings.DisableBrowserCaching Property

Indicates if browser caching of pages should be disabled.

[Visual Basic]
Public Shared ReadOnly Property DisableBrowserCaching As Boolean
[C#]
public static bool DisableBrowserCaching {get;}

Property Value

Default value: true.

Remarks

If true, a HTTP header value disabling browser caching will be written to all outgoing pages.

See Also

Settings Class | Sitecore.Configuration Namespace