[jboss-user] [JBoss Cache: Core Edition] - Re: Strange invalidation
dancantong
do-not-reply at jboss.com
Tue Nov 25 12:08:33 EST 2008
Thank you very much. I think that is what I need.
I'm testing it but after executing:
cacheInstance.putForExternalRead(nodeCatchedFqn, "key", data);
when I try to retrieve the data with:
data = cacheInstance.get(nodeCatchedFqn,"key");
I get no data. The node has been created but it has no data associated to. If I replace the putForExternalRead with the put method it works.
I'm working with JBossCache 2.1.1.
Any idea with this?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192213#4192213
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192213
More information about the jboss-user
mailing list