Specifies the Time-To-Live (TTL) in seconds for entries in the user token cache. Once the TTL has elapsed, cached
information that has become stale is discarded and fresh data is obtained.
Namespace:
FileNet.Api.AdminFor more information about this cache, see Security Caching.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property UserTokenCacheEntryTTL As Nullable(Of Integer) |
C# |
---|
Nullable<int> UserTokenCacheEntryTTL { get; set; } |
Visual C++ |
---|
property Nullable<int> UserTokenCacheEntryTTL { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_userTokenCacheEntryTTL(); function set_userTokenCacheEntryTTL(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 3600
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ