IndexedCacheReportCacheStatistics Method
This can be overridden in derived classes to report cache usage statistics after the build
Namespace: Sandcastle.Tools.BuildComponents.CommandsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public virtual void ReportCacheStatistics()
Public Overridable Sub ReportCacheStatistics
public:
virtual void ReportCacheStatistics()
abstract ReportCacheStatistics : unit -> unit
override ReportCacheStatistics : unit -> unit
The default implementation does nothing. You can override this to provide information that
can help adjust the cache size to make it more efficient.