SiteCacheSettings.CbqFlushOnTimeChange Property
If set to True, determines whether cross-list queries are cached 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