CacheType
The type of View component cache to use.
Set CacheType
to Internal
to use an internal View component cache. This value is the default behavior.
Set CacheType
to Memcached
to use a memcached server to store the View component cache. If you use this value, you must also set CacheServers.
Type: | String |
Default: | Internal |
Required: | No |
Configuration Section: | Viewing |
Example: | CacheType=memcached
|
See Also: | CacheServers |