The time-to-live (TTL) in seconds for entries in the role cache. Once the TTL has elapsed, cached information that has become stale is discarded and fresh data is obtained from the database.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also