SGF-558 - Rename Geode package imports from com.gemstone.gemfire to org.apache.geode.
Upgrade Apache Geode to 1.1.0-incubating-SNAPSHOT.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE cache PUBLIC "-//GemStone Systems, Inc.//GemFire Declarative Caching 5.7//EN" "http://www.gemstone.com/dtd/cache5_7.dtd">
|
||||
<!DOCTYPE cache PUBLIC "-//GemStone Systems, Inc.//GemFire Declarative Caching 8.0//EN" "http://www.gemstone.com/dtd/cache8_0.dtd">
|
||||
<cache lock-lease="120" lock-timeout="60" search-timeout="300">
|
||||
<region-attributes id="attTemplate" scope="local" data-policy="normal" initial-capacity="16" load-factor="0.75" concurrency-level="16" statistics-enabled="true">
|
||||
<key-constraint>java.lang.String</key-constraint>
|
||||
<cache-loader>
|
||||
<class-name>org.springframework.data.gemfire.UserObject</class-name>
|
||||
</cache-loader>
|
||||
|
||||
|
||||
</region-attributes>
|
||||
<region name="root">
|
||||
<region-attributes refid="attTemplate" scope="distributed-no-ack">
|
||||
@@ -28,5 +28,5 @@
|
||||
<value><string>1.0</string></value>
|
||||
</entry>
|
||||
</region>
|
||||
|
||||
|
||||
</cache>
|
||||
|
||||
Reference in New Issue
Block a user