Share via


TaxonomyNavigationCacheStatistics.CurrentCachedBytes property

Gets the estimated size in bytes for all of the currently cached NavigationTermSet objects.

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

Syntax

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

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

Property value

Type: System.Int64
The estimated size in bytes for all of the currently cached NavigationTermSet objects.

Remarks

This property is thread safe.

See also

Reference

TaxonomyNavigationCacheStatistics class

TaxonomyNavigationCacheStatistics members

Microsoft.SharePoint.Publishing.Navigation namespace