+ retrofitted client cache onto the master

+ the pool/client cache loop still exists
This commit is contained in:
Costin Leau
2011-07-08 17:53:15 +03:00
parent d3448ecc42
commit 3205db109f
4 changed files with 65 additions and 40 deletions

View File

@@ -5,7 +5,7 @@
xsi:schemaLocation="http://www.springframework.org/schema/gemfire http://www.springframework.org/schema/gemfire/spring-gemfire-1.0.xsd
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean class="org.springframework.data.gemfire.client.ClientCacheFactoryBean">
<bean class="org.springframework.data.gemfire.client.ClientCacheFactoryBean"/>
<property name="pool" ref="pool"/>
</bean>