DocumentLoaderMaxCacheSize Property |
Gets or sets the maximum size of the document loader's cache.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public virtual uint MaxCacheSize { get; set; }
Public Overridable Property MaxCacheSize As UInteger
Get
Set
public:
virtual property unsigned int MaxCacheSize {
unsigned int get ();
void set (unsigned int value);
}
abstract MaxCacheSize : uint32 with get, set
override MaxCacheSize : uint32 with get, set
Property Value
UInt32Remarks
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