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)

Syntax

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

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

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

Remarks

See Also