Hi all, I just got started with JCS and here are some newbie questions. So please don't mind if they are too silly ;-)
1) namespace: On JCS' docu web pages all JCS classes appear to reside in org.apache.stratum.jcs.<whatever>. Is this naming outdated since the javadocs refer to org.apache.jcs.<whatever>? 2) Groups and Regions What I learned from the tutorial, a region is a part of the cache with a seperate configuration. JCS is a subclass of GroupCacheAccess, so I assume the Cache consists of regions, each regions seperates into groups, and the elements reside in one group. Am I correct so far? 3) Is there a way to retrieve all elements stored in a region? For groups, I have getGroupKeys(String). Is there something similar on region level? 4) Is there any further documentation describing JCS' architecture like UML diagrams or something else? Kind regards, Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
