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)

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 4.0.1.")> _
Property FolderCacheMaxAgeDelta As Nullable(Of Integer)
C#
[ObsoleteAttribute("As of release 4.0.1.")]
Nullable<int> FolderCacheMaxAgeDelta { get; set; }
Visual C++
[ObsoleteAttribute(L"As of release 4.0.1.")]
property Nullable<int> FolderCacheMaxAgeDelta {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_folderCacheMaxAgeDelta();
function set_folderCacheMaxAgeDelta(value);

ToggleRemarks

ToggleSee Also