page_cache<n>:<domain>:<organization>
. There must be no more than one local CSM cache name for a given value of <domain>:<organization>
. For example, for domain
and organization
, the names are of the form
, where
is an unsigned decimal integer greater than or equal to 2. The default CSM cache on the document server is page cache number 1 (for example,
).
This property will be used when the Content Engine server is running within the site identified by this object's Site property.
If a FileNet Image Services fixed content device is made available across multiple sites in a FileNet P8 domain, you should create an
object for each site that has a local CSM cache. This
object will override the value of the CSMCache property for the site to enable a local CSM cache to be utilized.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property CSMCache As String |
C# |
---|
string CSMCache { get; set; } |
C++ |
---|
property string CSMCache abstract { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_CSMCache(); /** property */ public void set_CSMCache(string value); |
JScript |
---|
public function get CSMCache() : String public function set CSMCache(value : String); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: true
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: 55
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ