Tanush Jain

Results 4 comments of Tanush Jain

The issue occurs in the **compute()** method in **LocalCache.java.** After **preWriteCleanup()** drains the reference queues (potentially evicting entries), an existing entry might still be present in the map but with...

Would this approach of Adding entry validation in **compute()** after **preWriteCleanup(),** similar to the check in **lockedGetOrLoad().** Specifically, if **valueReference.get() == null** and **valueReference.isActive(),** enqueue a **collected** notification and remove...

@bandalgomsu , Hey did you create a Pr for this?

@bandalgomsu Yes, you can if it passes all test cases and scenarios .