| SqlDictionaryTValueLocalCacheFlushCount Property |
This read-only property returns the number of times the local cache was flushed because it filled up
Namespace: SandcastleBuilder.ComponentsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public int LocalCacheFlushCount { get; }
Public ReadOnly Property LocalCacheFlushCount As Integer
Get
public:
property int LocalCacheFlushCount {
int get ();
}
member LocalCacheFlushCount : int with get
Property Value
Type:
Int32This can help in figuring out an appropriate local cache size
See Also