See Also: IConcurrentMap Members
A Java.Util.IMap providing additional atomic putIfAbsent, remove, and replace methods.
Memory consistency effects: As with other concurrent collections, actions in a thread prior to placing an object into a ConcurrentMap as a key or value actions subsequent to the access or removal of that object from the ConcurrentMap in another thread.