Specifies the Time-To-Live (TTL) in milliseconds for entries in the marking set cache. 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 MarkingSetCacheEntryTTL As Nullable(Of Integer)
C#
Nullable<int> MarkingSetCacheEntryTTL { get; set; }
C++
property Nullable<int> MarkingSetCacheEntryTTL abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_MarkingSetCacheEntryTTL();

/** property */
public void set_MarkingSetCacheEntryTTL(Nullable<intvalue);
JScript
public function get MarkingSetCacheEntryTTL() : Nullable<int>

public function set MarkingSetCacheEntryTTL(value : Nullable<int>);

Remarks

See Also