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)

ToggleSyntax

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

ToggleRemarks

ToggleSee Also