I am just getting started with using JCS. Our team is using torque which
uses JCS to cache result sets. I need the ability to iterate over all JCS
objects that were created with JCS.getInstance("region"); Is there a
manager object within the JCS hierarchy which can provide me this
information? Specifically, I am going to use the group functionality and
name a group that will be used in each region. Then, I need to be able to
invalidate that group in every region. Is this a reasonable approach or is
there another mechanism in which I could achieve this?