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 5%.


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

Syntax

Visual Basic (Declaration)
Property CodeModuleCacheMaxMemory As Nullable(Of Integer)
C#
Nullable<int> CodeModuleCacheMaxMemory { get; set; }
C++
property Nullable<int> CodeModuleCacheMaxMemory abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_CodeModuleCacheMaxMemory();

/** property */
public void set_CodeModuleCacheMaxMemory(Nullable<intvalue);
JScript
public function get CodeModuleCacheMaxMemory() : Nullable<int>

public function set CodeModuleCacheMaxMemory(value : Nullable<int>);

Remarks

See Also