Specifies the Time-To-Live (TTL) in seconds that an entry may remain in the code module cache.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Property CodeModuleCacheEntryTTL As Nullable(Of Integer)
C#
Nullable<int> CodeModuleCacheEntryTTL { get; set; }
C++
property Nullable<int> CodeModuleCacheEntryTTL abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_CodeModuleCacheEntryTTL();

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

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

Remarks

See Also