Return-Path: Delivered-To: apmail-jakarta-jcs-users-archive@www.apache.org Received: (qmail 96403 invoked from network); 14 Aug 2009 22:55:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Aug 2009 22:55:41 -0000 Received: (qmail 79083 invoked by uid 500); 14 Aug 2009 22:55:48 -0000 Delivered-To: apmail-jakarta-jcs-users-archive@jakarta.apache.org Received: (qmail 79048 invoked by uid 500); 14 Aug 2009 22:55:47 -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 79038 invoked by uid 99); 14 Aug 2009 22:55:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2009 22:55:47 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jeffpk@gmail.com designates 209.85.211.188 as permitted sender) Received: from [209.85.211.188] (HELO mail-yw0-f188.google.com) (209.85.211.188) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2009 22:55:38 +0000 Received: by ywh26 with SMTP id 26so2442003ywh.5 for ; Fri, 14 Aug 2009 15:55:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=os26gnu7otWz3YA280Ed9HvYWDVMBoSBgyQ7dvnYp+o=; b=QAnL0CRUoZVxegtLH7teXoJQbDfvbX9MC5dpHK1wOlv3K6ZJuv/DMEcDTT1taNIcYF q49y/Q8Nv5SI7pQClZKL0lq8ZNc12cGcWr99xrKt1OCjdTyDENwnq2dLaA1B6fZOtjO+ MbS1YIccf0ens0r1BCDUxi83YIXvzVinvpui0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jnpmyIzJNrsr/NTA0LHcXdDuacXSWaMzKHvJwPivae5/JKiG1p3AZqE0kFy/S6m4Ok GBydC/BAKK2YzL6ecn/v7K80HJwnJ4CXjnv5fkeEbjh0drFitZcXJzlpg5yRLucW0PSM TP4hjU1TrJDWOgpxeR+7dE5NdRFec2IlUO9hY= MIME-Version: 1.0 Received: by 10.101.26.6 with SMTP id d6mr2116548anj.149.1250290517202; Fri, 14 Aug 2009 15:55:17 -0700 (PDT) Date: Fri, 14 Aug 2009 18:55:17 -0400 Message-ID: <330f74e70908141555p6eff3162necdfd3171f1262a0@mail.gmail.com> Subject: Okay next tqo quick questions... From: Jeffrey Kesselman To: JCS Users List Content-Type: multipart/alternative; boundary=001636b2b12924d71b047121f289 X-Virus-Checked: Checked by ClamAV on apache.org --001636b2b12924d71b047121f289 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit (1) Why does CacheAccess.get() return an Object and not a Serializable. Doesn't any object stored in the cache have to be a Serializable? (2) If i call get(...) on my remote cache and the object isnt there, it will attempt to fetch iot from its server yes? is there some way for me to know this is happening? some kind of .contains(...) call I could call first or something? -- ~~ Microsoft help desk says: reply hazy, ask again later. ~~ --001636b2b12924d71b047121f289--