| SqlDictionaryTValueLocalCacheSize Property |
Set this to a non-zero value to enable local caching of values to speed up read-only access
Namespace: SandcastleBuilder.ComponentsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public int LocalCacheSize { get; set; }
Public Property LocalCacheSize As Integer
Get
Set
public:
property int LocalCacheSize {
int get ();
void set (int value);
}
member LocalCacheSize : int with get, set
Property Value
Type:
Int32If set to zero, the default, the local cache will not be used and all values will be retrieved
from the database.
See Also