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

For more information about this cache, see Security Caching.


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

Syntax

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

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

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

Remarks

See Also