Indexed CacheReport Cache Statistics 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: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public virtual void ReportCacheStatistics()VB
Public Overridable Sub ReportCacheStatisticsC++
public:
virtual void ReportCacheStatistics()F#
abstract ReportCacheStatistics : unit -> unit
override ReportCacheStatistics : unit -> unit 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.