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)
Syntax
Visual Basic (Declaration) |
---|
Property SubjectCacheEntryTTL As Nullable(Of Integer) |
C# |
---|
Nullable<int> SubjectCacheEntryTTL { get; set; } |
C++ |
---|
property Nullable<int> SubjectCacheEntryTTL abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_SubjectCacheEntryTTL(); /** property */ public void set_SubjectCacheEntryTTL(Nullable<int> value); |
JScript |
---|
public function get SubjectCacheEntryTTL() : Nullable<int> public function set SubjectCacheEntryTTL(value : Nullable<int>); |
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