TaxonomyNavigationCacheStatistics.TotalWebSettingsRequests property

Gets a count of the number of cache hits and misses for WebNavigationSettings object requests.

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

Syntax

'Declaration
Public ReadOnly Property TotalWebSettingsRequests As Long
    Get
'Usage
Dim instance As TaxonomyNavigationCacheStatistics
Dim value As Long

value = instance.TotalWebSettingsRequests
public long TotalWebSettingsRequests { get; }

Property value

Type: System.Int64
The number of cache misses for WebNavigationSettings objects.

Remarks

Getting the number of cache misses may involve a SQL roundtrip, depending on whether the SPWeb object is already in the publishing cache.

This property is thread safe.

See also

Reference

TaxonomyNavigationCacheStatistics class

TaxonomyNavigationCacheStatistics members

Microsoft.SharePoint.Publishing.Navigation namespace