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

For more information about this cache, see Security Caching.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also