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

For more information about this cache, see Security Caching.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also