FormsService.MemoryCacheSize Property

Gets or sets the size of the memory cache used for the components of browser-enabled form templates.

Namespace:  Microsoft.Office.InfoPath.Server.Administration
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Public Property MemoryCacheSize As Integer
    Get
    Set
'Usage
Dim instance As FormsService
Dim value As Integer

value = instance.MemoryCacheSize

instance.MemoryCacheSize = value
public int MemoryCacheSize { get; set; }

Property Value

Type: System.Int32
The size of the memory cache used for the components of browser-enabled form templates.

Remarks

The default size of the MemoryCacheSize property is 300 MB. The data managed by this setting consists of items such as the .html, .css, and .js files that are used by form templates after they are converted (browser-enabled).

See Also

Reference

FormsService Class

FormsService Members

Microsoft.Office.InfoPath.Server.Administration Namespace