cache-service-proxy
Used in: proxy-config
Description
The cache-service-proxy element contains the configuration info for a cache service proxy managed by a proxy service.
Elements
The following table describes the elements you can define within the cache-service-proxy element.
| Element |
Required/Optional |
Description |
| <enabled> |
Optional |
Specifies whether or not the cache service proxy is enabled. If disabled, clients will not be able to access any proxied caches.
Legal values are true or false.
Default value is true. |
| <lock-enabled> |
Optional |
Specifies whether or not lock requests from remote clients are permitted on a proxied cache.
Legal values are true or false.
Default value is false. |
| <read-only> |
Optional |
Specifies whether or not requests from remote clients that update a cache are prohibited on a proxied cache.
Legal values are true or false.
Default value is false. |