PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
  Coherence 3.4 User Guide
  cache-service-proxy
Added by Jason Howes, last edited by Jason Howes on Aug 14, 2008  (view change)

Labels

 
(None)

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.