Whether to use a shared cache for multiple View components. To use a shared cache, you must have a memcached server instance that each View component can access.
On each View component that shares the cache, you must set SharedCache
to True
. You must also set CacheServers to the hosts and ports of the shared memcached servers, and you must set CacheType to Internal
.
Note: When you use a shared cache:
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | Viewing |
Example: | SharedCache=True
|
See Also: |
|