]
Manik Surtani resolved JBCACHE-1188.
------------------------------------
Resolution: Done
UnversionedNode.isValid - out of sync (deleted/remotely deleted
nodes)
----------------------------------------------------------------------
Key: JBCACHE-1188
URL:
http://jira.jboss.com/jira/browse/JBCACHE-1188
Project: JBoss Cache
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Environment: all
Reporter: Mircea Markus
Assigned To: Manik Surtani
Fix For: 2.1.0.CR1, 2.1.0.GA
considering the scenario:
thread1:
node = cache.get("a/b/c");
thread2(possibly running on another node/JVM):
cache.remove("a/b/c");
thread1:
node.getAttribute("attr1");//at this point the node is not longer in the cache.
we should allow user to check this through isValid
node.getAttribute("attr2");
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: