Well, I've try your code + two objects (Integer) :
this.cache.put("/za_node", "key", "value");
| this.cache.put("/za_node2", "key", "value");
| this.cache.put("/za_node3", "key", "value");
| this.cache.put("/za_node4", "key", "value");
| this.cache.putObject("/za_node5", new Integer(56));
| this.cache.putObject("/za_node6", new Integer(60));
If I call the evict method, all nodes have disappearead from memory to database
, expect the last two objects (node5 and node6)
It seems it only appeared with POJO (putObject).
Can you try another time , but with a PojoCache, not a treeCache, as I use it ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129143#4129143
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129143
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user