TaxonomyNavigationCacheStatistics.CurrentCachedTermSets property

Gets the number of NavigationTermSet objects that are currently allocated in the cache.

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

Syntax

'Declaration
Public ReadOnly Property CurrentCachedTermSets As Integer
    Get
'Usage
Dim instance As TaxonomyNavigationCacheStatistics
Dim value As Integer

value = instance.CurrentCachedTermSets
public int CurrentCachedTermSets { get; }

Property value

Type: System.Int32
The number of NavigationTermSet objects that are currently allocated in the publishing cache.

Remarks

NavigationTermSet objects are generally the largest objects stored in the publishing cache.

This property is thread safe.

See also

Reference

TaxonomyNavigationCacheStatistics class

TaxonomyNavigationCacheStatistics members

Microsoft.SharePoint.Publishing.Navigation namespace