SGF-539 - Change GemfireCache.evict(key) to call Region.remove(key).

(cherry picked from commit a4abc83adb)
Signed-off-by: John Blum <jblum@pivotal.io>
This commit is contained in:
John Blum
2016-10-03 23:59:54 -07:00
parent b0c01782a3
commit da7547ab1a
8 changed files with 401 additions and 37 deletions

12
pom.xml
View File

@@ -3,18 +3,18 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-gemfire</artifactId>
<version>1.8.5.BUILD-SNAPSHOT</version>
<name>Spring Data Gemfire</name>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.8.5.BUILD-SNAPSHOT</version>
</parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-gemfire</artifactId>
<version>1.8.5.BUILD-SNAPSHOT</version>
<name>Spring Data Gemfire</name>
<properties>
<dist.key>SGF</dist.key>
<antlr.version>2.7.7</antlr.version>