Maximum number of inbound file names to keep in an LRU cache (default 2K).

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

ToggleSyntax

Visual Basic (Declaration)
Property InboundFileNameCacheMaxEntries As Nullable(Of Integer)
C#
Nullable<int> InboundFileNameCacheMaxEntries { get; set; }
Visual C++
property Nullable<int> InboundFileNameCacheMaxEntries {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_inboundFileNameCacheMaxEntries();
function set_inboundFileNameCacheMaxEntries(value);

ToggleRemarks

ToggleSee Also