]
William Burns updated ISPN-8961:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Overload merge-method on BasicCache with lifespan parameters
------------------------------------------------------------
Key: ISPN-8961
URL:
https://issues.jboss.org/browse/ISPN-8961
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 8.2.8.Final
Reporter: S Haster
Fix For: 9.2.1.Final
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.