Hi!If I have to update a large number of items in a cache (same keys, new values every few seconds), but it's the same keys so I need to have allow overwrite enabled, is there any advantage of using a streamer for this or is it better to just collect them in a map and use putAll ?
Mikael
