IndexedCacheReportCacheStatistics Method

This can be overridden in derived classes to report cache usage statistics after the build

Definition

Namespace: Sandcastle.Tools.BuildComponents.Commands
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public virtual void ReportCacheStatistics()

Remarks

The default implementation does nothing. You can override this to provide information that can help adjust the cache size to make it more efficient.

See Also