| <?xml version="1.0" encoding="UTF-8"?> |
| <!DOCTYPE cache PUBLIC |
| "-//GemStone Systems, Inc.//GemFire Declarative Caching 3.0//EN" |
| "http://www.gemstone.com/dtd/gfcpp-cache3000.dtd"> |
| |
| <!-- Example 2.1 Declarative Region Creation for a Native Client --> |
| <cache> |
| <pool name="examplePool" subscription-enabled="true"> |
| <server host="localhost" port="24680" /> |
| </pool> |
| <region name="A"> |
| <region-attributes refid="CACHING_PROXY" pool-name="examplePool"> |
| <region-time-to-live> |
| <expiration-attributes timeout="120" action="invalidate"/> |
| </region-time-to-live> |
| </region-attributes> |
| </region> |
| </cache> |