jhalterman / expiringmap

A high performance thread-safe map that expires entries
Apache License 2.0
1.01k stars 142 forks source link

As ExpiringMap is a ConcurrentMap implementation, all the method must be thread safe. #73

Closed aongenae closed 3 years ago

aongenae commented 3 years ago

It looks like several methods are not thread safe. For instance: merge.

aongenae commented 3 years ago

Never mind. my mistake