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)
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<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_CodeModuleCacheMaxMemory(); /** property */ public void set_CodeModuleCacheMaxMemory(Nullable<int> value); |
JScript |
---|
public function get CodeModuleCacheMaxMemory() : Nullable<int> public function set CodeModuleCacheMaxMemory(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 10
PropertyMaximumInteger32: 30
PropertyMinimumInteger32: 2
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ