|  | <?xml version="1.0" encoding="UTF-8"?> | 
|  | <!DOCTYPE cache PUBLIC "-//GemStone Systems, Inc.//GemFire Declarative Cache 5.5//EN" "http://www.gemstone.com/dtd/cache5_5.dtd"> | 
|  | <cache lock-lease="120" lock-timeout="60" search-timeout="300" is-server="false" copy-on-read="false"> | 
|  |  | 
|  | <bridge-server port="$PORT_NUM" notify-by-subscription="true" /> | 
|  |  | 
|  | <region name="receiveValueTrue"> | 
|  | <region-attributes scope="distributed-ack" data-policy="replicate" /> | 
|  | </region> | 
|  |  | 
|  | <region name="receiveValueFalse"> | 
|  | <region-attributes scope="distributed-ack" data-policy="replicate"/> | 
|  | </region> | 
|  | <region name="receiveValueNone"> | 
|  | <region-attributes scope="distributed-ack" data-policy="replicate"/> | 
|  | </region> | 
|  |  | 
|  | </cache> |