Specifies the maximum number of entries in the marking set cache. When the maximum number is exceeded, the least recently used marking set elements are removed to allow more recently used elements to be cached.


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

Syntax

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

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

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

Remarks

See Also