<?xml version="1.0" encoding="UTF-8"?>

<!-- Well-formed and valid xml file -->
<cache>

<region name = "root" >
  <region-attributes scope="local" caching-enabled="true" >
    <region-idle-time>
      <expiration-attributes timeout="0" action="destroy"/> 
    </region-idle-time>
    <entry-idle-time>
      <expiration-attributes timeout="0" action="invalidate"/>
    </entry-idle-time>
    <region-time-to-live>
      <expiration-attributes timeout="0" action="local-destroy"/>
    </region-time-to-live>
    <entry-time-to-live>
      <expiration-attributes timeout="0" action="local-invalidate"/>
    </entry-time-to-live>
    </region-attributes>
  <region name = "listenerWriterLoader" >
     <region-attributes scope="distributed-no-ack" caching-enabled="true" endpoints="localhost:50505" client-notification="true"/>
      <region name="sub1">
        <region-attributes scope="distributed-no-ack" endpoints="localhost:50505"/>
      </region>
  </region>	
 </region>
																
</cache>
