Click or drag to resize

DocumentLoaderMaxCacheSize Property

Gets or sets the maximum size of the document loader's cache.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public virtual uint MaxCacheSize { get; set; }

Property Value

UInt32
Remarks
This property specifies the maximum number of documents to be cached by the document loader. For the default document loader, its initial value is 1024.
See Also