All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xml.DistributedLocking.xml Maven / Gradle / Ivy

There is a newer version: 2.0-BETA
Show newest version
<?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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy