Specifies the maximum number of entries allowed in the subject cache. When the maximum number is exceeded, the least recently used Subject 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 SubjectCacheMaxEntries As Nullable(Of Integer)
C#
Nullable<int> SubjectCacheMaxEntries { get; set; }
Visual C++
property Nullable<int> SubjectCacheMaxEntries {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_subjectCacheMaxEntries();
function set_subjectCacheMaxEntries(value);

ToggleRemarks

ToggleSee Also