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.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
For more information about this cache, see Security Caching.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property PrincipalCacheMaxEntries As Nullable(Of Integer) |
C# |
---|
Nullable<int> PrincipalCacheMaxEntries { get; set; } |
C++ |
---|
property Nullable<int> PrincipalCacheMaxEntries abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_PrincipalCacheMaxEntries(); /** property */ public void set_PrincipalCacheMaxEntries(Nullable<int> value); |
JScript |
---|
public function get PrincipalCacheMaxEntries() : Nullable<int> public function set PrincipalCacheMaxEntries(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: 8192
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ