Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 83579 invoked from network); 26 Jul 2007 02:28:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jul 2007 02:28:32 -0000 Received: (qmail 66301 invoked by uid 500); 26 Jul 2007 02:28:27 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 66291 invoked by uid 500); 26 Jul 2007 02:28:27 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 66280 invoked by uid 99); 26 Jul 2007 02:28:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 19:28:27 -0700 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of shan.ss@gmail.com designates 209.85.134.190 as permitted sender) Received: from [209.85.134.190] (HELO mu-out-0910.google.com) (209.85.134.190) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 19:28:25 -0700 Received: by mu-out-0910.google.com with SMTP id i10so586971mue for ; Wed, 25 Jul 2007 19:28:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=Qdd4RMKdtL8cE757sZTFY/0NQ8vwKrWgidmxu31+D05QHhx3D9jWtoXEOZtb/2+mY2wh2OchQjdLPmdRhDx+xpXrkKEU4JkCFJPyJOUccUaMRknkhl9l0DYxoGCO/Q4ynu3JnKjyfc9Etlq1VGxWqdubhPKVjJQzxiAW5MJ/fzo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=lk1ww3YnSggktu0HHwZ2xAcnlmTiig+gZo+XVqo6U2BzLTFbji/bMvfroXo9qeqJ5KHYNwlgv1GcWQLXPvArZf51z+uU12W86GYmUaMEygJaLHA8KvqXRny+t2lbQgTkwnF6SIRJV52VSOih2BgZP8Wz/QZuOhUEvEw7+/99MPU= Received: by 10.82.158.12 with SMTP id g12mr929517bue.1185416883976; Wed, 25 Jul 2007 19:28:03 -0700 (PDT) Received: by 10.82.161.11 with HTTP; Wed, 25 Jul 2007 19:28:03 -0700 (PDT) Message-ID: Date: Wed, 25 Jul 2007 19:28:03 -0700 From: "Shan Syed" To: user-java@ibatis.apache.org Subject: caching question MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_174678_10565774.1185416883737" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_174678_10565774.1185416883737 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline If I apply a cache model to a SELECT function in my config, but don't call this function directly through my Java code - rather as a "subselect" through a resultMap, will the result of that subselect still be cached? ------=_Part_174678_10565774.1185416883737 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline If I apply a cache model to a SELECT function in my config, but don't call this function directly through my Java code - rather as a "subselect" through a resultMap, will the result of that subselect still be cached?


------=_Part_174678_10565774.1185416883737--