NOTE: This property is now obsolete.

As of release 4.0.1.


The maximum number of milliseconds difference (delta) in the timestamps (age) of entries in the cache to allow for age equality of the entries. This value is used by the cache-purging algorithm associated with FolderCacheReapFrequency.

Folder entries that have this number of milliseconds or less difference in their timestamps will be considered equal, for the purposes of comparison when determining which entries to purge from the cache.


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

Syntax

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

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

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

Remarks

See Also