-
Enhancement
-
Resolution: Done
-
Major
-
8.2.8.Final
-
None
BasicCache has overloaded a number of Map/ConcurrentMap methods with variants which take lifespan parameters. For instance, there is now a replace(K,V, long, TimeUnit) and a replace(K,V, V, long, TimeUnit).
It would be nice if the merge-methods were overloaded in the same way.