The configured content cache area. This file storage area stores duplicates of the document content most frequently requested, and permits those duplicates to be accessed in lieu of the originals in order to enhance the document retrieval performance of local servers. For more information on the content cache area, see the IContentCacheArea interface.

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

ToggleSyntax

Visual Basic (Declaration)
Property ContentCacheArea As IContentCacheArea
C#
IContentCacheArea ContentCacheArea { get; set; }
Visual C++
property IContentCacheArea^ ContentCacheArea {
	IContentCacheArea^ get ();
	void set (IContentCacheArea^ value);
}
JavaScript
function get_contentCacheArea();
function set_contentCacheArea(value);

ToggleRemarks

ToggleSee Also