+ separated sample from the build
+ updated readme files with regards to gradle
This commit is contained in:
@@ -58,6 +58,7 @@ public class GemfireCache implements Cache {
|
||||
region.destroy(key);
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
public ValueWrapper get(Object key) {
|
||||
Object value = region.get(key);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user