TaxonomyNavigationCacheStatistics.TotalTermSetRequests property

Gets the number of cache hits and misses for term set requests.

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

Syntax

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

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

Property value

Type: System.Int64
The number of calls to the GetNavigationTermSetForProvider method.

Remarks

The total includes both cache hits and cache misses. TaxonomyNavigationCache is an internal class that is used to isolate the taxonomy navigation manager’s core functionality. It requires careful thread locking analysis and is reserved for internal use.

This property is thread safe.

See also

Reference

TaxonomyNavigationCacheStatistics class

TaxonomyNavigationCacheStatistics members

Microsoft.SharePoint.Publishing.Navigation namespace