| SqlDictionaryTValueCurrentLocalCacheCount Property |
This read-only property returns the current number of local cache entries in use
Namespace: SandcastleBuilder.ComponentsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public int CurrentLocalCacheCount { get; }
Public ReadOnly Property CurrentLocalCacheCount As Integer
Get
public:
property int CurrentLocalCacheCount {
int get ();
}
member CurrentLocalCacheCount : int with get
Property Value
Type:
Int32See Also