[jboss-user] [JBoss Seam] - Re: About the new chapter Caching in documentation.
Seto
do-not-reply at jboss.com
Tue Feb 27 11:27:07 EST 2007
If it is the later time, just get the userList as the try scope varible, and do nothing?
So I suppose it as below.
if (userList==null)
{
userList = new HashSet();
}
userList.add(username);
pojoCache.put("chatroom", "userList", userList);
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023157#4023157
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023157
More information about the jboss-user
mailing list