SiteCacheSettings.CbqFlushOnSiteChange property

Determines whether a cached cross-list query result is used after any object in the site has changed.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property CbqFlushOnSiteChange As Boolean
    Get
'Usage
Dim instance As SiteCacheSettings
Dim value As Boolean

value = instance.CbqFlushOnSiteChange
public bool CbqFlushOnSiteChange { get; }

Property value

Type: System.Boolean
true if a cached cross-list query result is not used after any object in the site has changed.

See also

Reference

SiteCacheSettings class

SiteCacheSettings members

Microsoft.SharePoint.Publishing namespace

SiteCacheSettings