Manik,
Can you clarify the semantics for the modified callbacks? Specifically, I am looking at
the test case: CacheListenerTest.testRemoveData()
calling
cache.remove(fqn, "key2");
Still has the nodeModified() coming with the original data map. Is this the expected
behavior?
I am hoping to see a semantics that bundles exactly the modified data.
Thanks,
-Ben