Files
spring-data-geode/src/test/resources/gemfire-client-cache.xml
Costin Leau a05543b447 SGF-35
+ more integration tests
2011-08-24 21:23:24 +03:00

12 lines
367 B
XML

<?xml version="1.0"?>
<!DOCTYPE client-cache PUBLIC
"-//GemStone Systems, Inc.//GemFire Declarative Caching 6.5//EN"
"http://www.gemstone.com/dtd/cache6_5.dtd">
<client-cache>
<region name="myRegion" refid="PROXY"/>
<!-- you can override or add to the PROXY attributes by adding
a region-attributes sub element here -->
</client-cache>