SPRequestManagementSettings.MinimumCacheRefreshTime property
Gets or sets the minimum time between rule refreshes.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MinimumCacheRefreshTime As TimeSpan
Get
Set
'Usage
Dim instance As SPRequestManagementSettings
Dim value As TimeSpan
value = instance.MinimumCacheRefreshTime
instance.MinimumCacheRefreshTime = value
public TimeSpan MinimumCacheRefreshTime { get; set; }
Property value
Type: System.TimeSpan
See also
Reference
SPRequestManagementSettings class