caching - Concurrent Cache in Java -
suppose have multiple threads accessing map (actions are: inserting, retrieving, removing), , i'm using concurrenthashmap
, need else or concurrenthashmap 'covers' me?
there still 'bad' can happen?
because not know all scenarios of task, according have described, imho concurrenthashmap
sufficient.
Comments
Post a Comment