Specifies the Time-To-Live (TTL) in seconds for entries in the marking set cache. When 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 MarkingSetCacheEntryTTL As Nullable(Of Integer)
C#
Nullable<int> MarkingSetCacheEntryTTL { get; set; }
Visual C++
property Nullable<int> MarkingSetCacheEntryTTL {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_markingSetCacheEntryTTL();
function set_markingSetCacheEntryTTL(value);

ToggleRemarks

ToggleSee Also