TaxonomyNavigationCacheStatistics class

Reports basic statistics for monitoring the behavior of the taxonomy navigation cache.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigationCacheStatistics

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

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class TaxonomyNavigationCacheStatistics
'Usage
Dim instance As TaxonomyNavigationCacheStatistics
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class TaxonomyNavigationCacheStatistics

Remarks

These statistics are tracked separately for each executable process because each process has its own instance of the taxonomy navigation cache. In order to monitor a w3wp.exe worker process, these statistics must be read from within that process.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

TaxonomyNavigationCacheStatistics members

Microsoft.SharePoint.Publishing.Navigation namespace