Click or drag to resize
Sandcastle Help File BuilderSqlDictionaryTValueLocalCacheFlushCount Property
This read-only property returns the number of times the local cache was flushed because it filled up

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public int LocalCacheFlushCount { get; }

Property Value

Type: Int32
This can help in figuring out an appropriate local cache size
See Also