Java Gurus,
Currently we have a HashMap which is being read frequently and modified occasionally and w
HashMap
Since you are reloading the map, I would replace it on a reload.
You can do this by using a volatile Map, which you replace in full when it is updated.