TaxonomyNavigationCacheStatistics.CurrentCachedWebSettings property

Gets the number of WebNavigationSettings objects that are currently loaded in the cache.

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

Syntax

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

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

Property value

Type: System.Int32
The number of WebNavigationSettings objects that are currently loaded in the cache.

Remarks

WebNavigationSettings objects tend to be small when compared to NavigationTermSet objects.

This property is thread safe.

See also

Reference

TaxonomyNavigationCacheStatistics class

TaxonomyNavigationCacheStatistics members

Microsoft.SharePoint.Publishing.Navigation namespace