16 lines
582 B
XML
16 lines
582 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<cache xmlns="http://geode.apache.org/schema/cache"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://geode.apache.org/schema/cache http://geode.apache.org/schema/cache/cache-1.0.xsd"
|
|
version="1.0">
|
|
|
|
<region name="Example">
|
|
<region-attributes data-policy="normal">
|
|
<cache-loader>
|
|
<class-name>org.springframework.data.gemfire.support.WiringDeclarableSupportIntegrationTests$TestCacheLoader</class-name>
|
|
</cache-loader>
|
|
</region-attributes>
|
|
</region>
|
|
|
|
</cache>
|