Specifies the maximum number of entries allowed in the user token cache. When the maximum number is exceeded, the least recently used user token 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)

Syntax

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

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

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

Remarks

See Also