CacheServers
The memcached servers to use to store the View component cache. Use this parameter if you have set CacheType to Memcached
, or if you have set SharedCache to True
.
Identify cache servers in the form host:port
, where host
is the host name or IP address of the memcached server, and port
is the port that the View component must use to contact it. Separate multiple servers with commas. There must be no space before or after a comma.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | Viewing |
Example: | CacheServers=localhost:11211,cacheserver:21532
|
See Also: | CacheType
SharedCache |