<?xml version="1.0"?> | |
<!DOCTYPE cache PUBLIC | |
"-//GemStone Systems, Inc.//GemFire Declarative Caching 7.0//EN" | |
"http://www.gemstone.com/dtd/cache7_0.dtd"> | |
<cache> | |
<bridge-server port="$PORT_NUM" max-threads="5"/> | |
<region name="TestTCR1"> | |
<region-attributes data-policy="partition"> | |
<partition-attributes redundant-copies="1" total-num-buckets="10"/> | |
</region-attributes> | |
</region> | |
</cache> |