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)

Syntax

Visual Basic (Declaration)
Property ContentCacheArea As IContentCacheArea
C#
IContentCacheArea ContentCacheArea { get; set; }
C++
property IContentCacheArea ContentCacheArea abstract  {
    IContentCacheArea get();
    void set(IContentCacheArea value);
}
J#
/** property */
public IContentCacheArea get_ContentCacheArea();

/** property */
public void set_ContentCacheArea(IContentCacheArea value);
JScript
public function get ContentCacheArea() : IContentCacheArea

public function set ContentCacheArea(value : IContentCacheArea);

Remarks

See Also