SiteCacheSettings.CbqFlushOnTimeChange property
If this is true, we will cache cross list queries for a number of seconds equal to CbqTimeToLive.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property CbqFlushOnTimeChange As Boolean
Get
'Usage
Dim instance As SiteCacheSettings
Dim value As Boolean
value = instance.CbqFlushOnTimeChange
public bool CbqFlushOnTimeChange { get; }
Property value
Type: System.Boolean
true if cross-list queries are cached for a number of seconds equal to CbqTimeToLive; otherwise, false.