Specifies the maximum memory to allocate for code module cache entries as a percentage of the maximum memory configured for the current Java™ Virtual Machine (JVM). The default is 10%.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property CodeModuleCacheMaxMemory As Nullable(Of Integer)
C#
Nullable<int> CodeModuleCacheMaxMemory { get; set; }
Visual C++
property Nullable<int> CodeModuleCacheMaxMemory {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_codeModuleCacheMaxMemory();
function set_codeModuleCacheMaxMemory(value);

ToggleRemarks

ToggleSee Also