Return-Path: Delivered-To: apmail-jakarta-jcs-users-archive@www.apache.org Received: (qmail 12075 invoked from network); 17 Jan 2006 09:50:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Jan 2006 09:50:39 -0000 Received: (qmail 65295 invoked by uid 500); 17 Jan 2006 09:50:38 -0000 Delivered-To: apmail-jakarta-jcs-users-archive@jakarta.apache.org Received: (qmail 65274 invoked by uid 500); 17 Jan 2006 09:50:37 -0000 Mailing-List: contact jcs-users-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JCS Users List" Delivered-To: mailing list jcs-users@jakarta.apache.org Received: (qmail 65263 invoked by uid 99); 17 Jan 2006 09:50:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2006 01:50:37 -0800 X-ASF-Spam-Status: No, hits=3.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_IMAGE_ONLY_12,HTML_MESSAGE,HTML_SHORT_LINK_IMG_2,MSGID_FROM_MTA_HEADER X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [202.54.124.216] (HELO rediffmail.com) (202.54.124.216) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 17 Jan 2006 01:50:36 -0800 Received: (qmail 15723 invoked by uid 510); 17 Jan 2006 09:49:58 -0000 Date: 17 Jan 2006 09:49:58 -0000 Message-ID: <20060117094958.15722.qmail@webmail50.rediffmail.com> Received: from unknown (61.95.244.97) by rediffmail.com via HTTP; 17 jan 2006 09:49:58 -0000 MIME-Version: 1.0 From: "vivek dharuman" Reply-To: "vivek dharuman" To: jcs-users@jakarta.apache.org Subject: JCS Query Content-type: multipart/alternative; boundary="Next_1137491398---0-202.54.124.216-15664" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --Next_1137491398---0-202.54.124.216-15664 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi,=0A We had initially planned for a custom caching for my project. Sud= denly our client wants a standard tool for caching like JCS. We are nearing= the project release. I am new to JCS and also due to time factor, we have = no time to do R&D.I need some help regarding JCS.=0A=0A- I am caching three= objects.=0A- The first two are ok. Given a key, it'll return me a value fo= r the key.=0A- But the third cache contains many values for a single key. I= mean , i want a list of values for a given key. How do i implement this wi= th JCS.=0A=0A Tried using JCS.get()...but this gives me only one value for= a key. I want the whole list. Could anyone help me out with the cache.ccf = configuration. Could anyone explain with a complete example. Thanks in adva= nce. =0A=0ARgds,=0Avivek=0A=0A=0A --Next_1137491398---0-202.54.124.216-15664--