Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Given that the region interface now implements java.util.concurrent.ConcurrentMap it now also has putIfAbsent(K key, V value) and remove(java.lang.Object key methods. This makes the following methods redundant:
create(K key, V value) destroy(java.lang.Object key)
We should deprecate these operations and then remove them in a subsequent release.