TaxonomyNavigationCacheStatistics members

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

The TaxonomyNavigationCacheStatistics type exposes the following members.

Constructors

  Name Description
Public method TaxonomyNavigationCacheStatistics Initializes a new instance of a TaxonomyNavigationCacheStatistics object.

Top

Properties

  Name Description
Public property CurrentCachedBytes Gets the estimated size in bytes for all of the currently cached NavigationTermSet objects.
Public property CurrentCachedObjects Gets the estimated count of all of the currently cached objects.
Public property CurrentCachedSites Gets the number of SPSite objects for which data is currently loaded in the cache.
Public property CurrentCachedTermSets Gets the number of NavigationTermSet objects that are currently allocated in the cache.
Public property CurrentCachedWebSettings Gets the number of WebNavigationSettings objects that are currently loaded in the cache.
Public property TotalTermSetLoads Gets the number of times a NavigationTermSet object was loaded from the taxonomy.
Public property TotalTermSetRequests Gets the number of cache hits and misses for term set requests.
Public property TotalWebSettingsLoads Gets a count of the number of cache misses for WebNavigationSettings object requests.
Public property TotalWebSettingsRequests Gets a count of the number of cache hits and misses for WebNavigationSettings object requests.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ResetTotals Resets the statistics that track totals.
Public method ToString Returns a simple text report of the properties of this TaxonomyNavigationCacheStatistics object. (Overrides Object.ToString().)

Top

See also

Reference

TaxonomyNavigationCacheStatistics class

Microsoft.SharePoint.Publishing.Navigation namespace