The frequency with which the folder cache is to be purged when the cache exceeds the value of FolderCacheMaxEntries. A usage algorithm determines which folder entries are to be removed. Folder entries are removed from the cache until the number of entries in the cache is less than or equal to the value of FolderCacheMaxEntries.

The value for this property indicates that, whenever the cache exceeds the value of FolderCacheMaxEntries, n (the value specified) entries can be added to the cache before the purging algorithm will run.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also