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
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
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: ContentCacheArea
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ