xml.Transactions.xml Maven / Gradle / Ivy
<?xml version="1.0"?> <!DOCTYPE cache PUBLIC "-//GemStone Systems, Inc.//GemFire Declarative Caching 6.5//EN" "http://www.gemstone.com/dtd/cache6_5.dtd"> <!-- | Transactions.xml | | Configures a simple distributed region. --> <cache> <region name="exampleRegion"> <region-attributes scope="distributed-no-ack" /> </region> </cache>