Click or drag to resize
Sandcastle Help File BuilderSqlDictionaryTValueLocalCacheSize Property
Set this to a non-zero value to enable local caching of values to speed up read-only access

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

Property Value

Type: Int32
If set to zero, the default, the local cache will not be used and all values will be retrieved from the database.
See Also