xml.DistributedLocking.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gemfire-examples Show documentation
Show all versions of gemfire-examples Show documentation
SnappyData store based off Pivotal GemFireXD
<?xml version="1.0"?> <!DOCTYPE cache PUBLIC "-//GemStone Systems, Inc.//GemFire Declarative Caching 6.5//EN" "http://www.gemstone.com/dtd/cache6_5.dtd"> <!-- | DistributedLocking.xml | | Configures a cache with a loader and listener. --> <cache> <region name="exampleRegion" refid="REPLICATE"> <entry> <key> <string>key1</string> </key> <value> <string>value1</string> </value> </entry> </region> </cache>