This content has been marked as final.
Show 2 replies
-
-
2. Re: JBCACHE-1442
genman Nov 19, 2008 3:09 PM (in response to genman)Cache.getNode(Fqn).replaceAll() would be one possible API solution except if the node doesn't exist you get a NPE.
Maybe there should be a Cache.createNode(Fqn) API which created or returned the existing node at the FQN, without loading it?