Specifies the Time-To-Live (TTL) in seconds for entries in the principal cache. Once the TTL has elapsed, cached information that has become stale is discarded and fresh data is obtained.

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 PrincipalCacheEntryTTL As Nullable(Of Integer)
C#
Nullable<int> PrincipalCacheEntryTTL { get; set; }
C++
property Nullable<int> PrincipalCacheEntryTTL abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_PrincipalCacheEntryTTL();

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

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

Remarks

See Also