Return-Path: Delivered-To: apmail-incubator-click-commits-archive@minotaur.apache.org Received: (qmail 33109 invoked from network); 1 Sep 2009 11:20:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Sep 2009 11:20:49 -0000 Received: (qmail 58902 invoked by uid 500); 1 Sep 2009 11:20:49 -0000 Delivered-To: apmail-incubator-click-commits-archive@incubator.apache.org Received: (qmail 58889 invoked by uid 500); 1 Sep 2009 11:20:49 -0000 Mailing-List: contact click-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-commits@incubator.apache.org Received: (qmail 58879 invoked by uid 99); 1 Sep 2009 11:20:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2009 11:20:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2009 11:20:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8706F2388895; Tue, 1 Sep 2009 11:20:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r809972 - /incubator/click/trunk/click/extras/src/org/apache/click/extras/cayenne/DataContextFilter.java Date: Tue, 01 Sep 2009 11:20:18 -0000 To: click-commits@incubator.apache.org From: medgar@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090901112018.8706F2388895@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: medgar Date: Tue Sep 1 11:20:18 2009 New Revision: 809972 URL: http://svn.apache.org/viewvc?rev=809972&view=rev Log: (empty) Modified: incubator/click/trunk/click/extras/src/org/apache/click/extras/cayenne/DataContextFilter.java Modified: incubator/click/trunk/click/extras/src/org/apache/click/extras/cayenne/DataContextFilter.java URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/extras/src/org/apache/click/extras/cayenne/DataContextFilter.java?rev=809972&r1=809971&r2=809972&view=diff ============================================================================== --- incubator/click/trunk/click/extras/src/org/apache/click/extras/cayenne/DataContextFilter.java (original) +++ incubator/click/trunk/click/extras/src/org/apache/click/extras/cayenne/DataContextFilter.java Tue Sep 1 11:20:18 2009 @@ -80,6 +80,22 @@ * However when web applications which share a database you should probably * disable this option by setting the shared-cache init parameter to false. * + * + *

OSCache Enabled

+ * + * This option enables you to specify whether + * OSCache should be used + * as the query cache for the DataDomain. By default OSCache is not enabled. + *

+ * OSCache enables you to significantly + * increase the performance of your applications with in-memory query caching. + * OSCache provides fine grain control over query caching, expiry and supports + * clustered cache invalidation. + *

+ * See + * Cayenne Query Result Caching + * for more details. + * *

Lifecycle Listener

* * You can register a data domain