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.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
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