SiteCacheSettingsWriter Class
Allows the user to update the site-wide cache settings.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Publishing.SiteCacheSettings
Microsoft.SharePoint.Publishing.SiteCacheSettingsWriter
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SiteCacheSettingsWriter _
Inherits SiteCacheSettings
'Usage
Dim instance As SiteCacheSettingsWriter
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SiteCacheSettingsWriter : SiteCacheSettings
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.