SiteCacheSettings.CbqTimeToLive property
Determines the number of seconds that the cross-list query cache in the object cache should keep query results.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property CbqTimeToLive As Integer
Get
'Usage
Dim instance As SiteCacheSettings
Dim value As Integer
value = instance.CbqTimeToLive
public int CbqTimeToLive { get; }
Property value
Type: System.Int32