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

haOverflow.client.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0"?>

<!-- Initializes a client of a cache server that runs on port 40404.
     Loads values and sends updates to the server.  -->

<!DOCTYPE client-cache PUBLIC
  "-//GemStone Systems, Inc.//GemFire Declarative Caching 6.5//EN"
  "http://www.gemstone.com/dtd/cache6_5.dtd">
<client-cache>
  <pool name="client" subscription-enabled="true">
    <server host="localhost" port="40404"/>
  </pool>
  <region-attributes id="clientAttributes" pool-name="client" refid="CACHING_PROXY"/> 
  <region name="cs_region" refid="clientAttributes"/>
</client-cache>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy