Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.15.2
-
Fix Version/s: 2.16.0
-
Component/s: camel-infinispan
-
Labels:None
-
Estimated Complexity:Unknown
Description
Actually the infinispan component doesn't expose the following methods:
replace(K key, V oldValue, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit)
replace(K key, V oldValue, V value, long lifespan, TimeUnit unit)
removeAsync(Object key, Object value)
remove(Object key, Object value)