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.2.3
Syntaxpublic 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
Type:
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