[jboss-user] [JBossCache] - Re: Multiple Objects under a single key in POJOCache?

jason.greene@jboss.com do-not-reply at jboss.com
Mon Aug 13 12:06:11 EDT 2007


Id really should be called Fqn in the signature. You can use this method to find all objects at a particular location in the cache.

For example:

  | cache.attach("/people/Bob", bob);
  | cache.attach("/people/Fred", fred);
  | cache.attach("/group/Admins", admins);
  | 
  | // Returns Bob and Fred
  | cache.findAll("/people");
  | 

-Jason



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073636#4073636

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073636



More information about the jboss-user mailing list