Specifies the NCH 3-part name of the CSM cache that is nearer to the site than the default cache. Each part of the name is separated by a colon and takes the form 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 ntvaga and organization FileNet, the names are of the form page_cache<n>:ntvaga:FileNet, where <n> 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, page_cache1:ntvaga:FileNet).

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 ImageServicesSiteSettings object for each site that has a local CSM cache. This SiteSettings 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

See Also