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

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property SubjectCacheEntryTTL As Nullable(Of Integer)
C#
Nullable<int> SubjectCacheEntryTTL { get; set; }
Visual C++
property Nullable<int> SubjectCacheEntryTTL {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_subjectCacheEntryTTL();
function set_subjectCacheEntryTTL(value);

ToggleRemarks

ToggleSee Also