Return-Path: Delivered-To: apmail-incubator-ibatis-user-java-archive@www.apache.org Received: (qmail 15164 invoked from network); 7 Mar 2005 20:52:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Mar 2005 20:52:36 -0000 Received: (qmail 45583 invoked by uid 500); 7 Mar 2005 20:52:35 -0000 Delivered-To: apmail-incubator-ibatis-user-java-archive@incubator.apache.org Received: (qmail 45562 invoked by uid 500); 7 Mar 2005 20:52:35 -0000 Mailing-List: contact ibatis-user-java-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: ibatis-user-java@incubator.apache.org List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list ibatis-user-java@incubator.apache.org Received: (qmail 45549 invoked by uid 99); 7 Mar 2005 20:52:35 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from smtp2.carreker.com (HELO smtp2.carreker.com) (209.163.213.32) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 07 Mar 2005 12:52:34 -0800 Received: from DALVIR01.carreker.com (unknown [172.21.1.14]) by smtp2.carreker.com (Postfix) with SMTP id A68918430C for ; Mon, 7 Mar 2005 14:52:30 -0600 (CST) Received: From DALVIR01R.carreker.com ([127.0.0.1]) by DALVIR01.carreker.com (WebShield SMTP v4.5 MR1a); id 1110228749838; Mon, 7 Mar 2005 14:52:29 -0600 Received: from DALEXC03.carreker.com ([172.16.15.1]) by DALVIR01R.carreker.com with Microsoft SMTPSVC(5.0.2195.5329); Mon, 7 Mar 2005 14:52:29 -0600 Received: by DALEXC03.carreker.com with Internet Mail Service (5.5.2657.72) id ; Mon, 7 Mar 2005 14:52:29 -0600 Message-ID: <745691AF0880C64E8F02CFB140A3872D0317FA@DALEXC05.carreker.com> From: "Rafiq, Adnan" To: "'ibatis-user-java@incubator.apache.org'" Subject: RE: iBATIS and SwarmCache Date: Mon, 7 Mar 2005 14:52:28 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" X-OriginalArrivalTime: 07 Mar 2005 20:52:29.0688 (UTC) FILETIME=[93B09F80:01C52357] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Are you referring to the Developer's Guide? From what I gather, the cache model uses a pluggable framework for supporting different "types" of caches (e.g. LRU, Memory, FIFO, etc.), but it does not talk about integrating with other caching products besides OSCache. -----Original Message----- From: Jeff Butler [mailto:dhscn06@cstone.dhs.state.il.us] Sent: Monday, March 07, 2005 2:38 PM To: ibatis-user-java@incubator.apache.org Subject: Re: iBATIS and SwarmCache iBATIS DOES have a pluggable strategy - you can certainly write your own cache model for SwarmCache. Read the manual - around page 31. Jeff Butler >>> arafiq@carreker.com 3/7/2005 1:44:17 PM >>> Is iBATIS limited to OSCache only? I am currently in the process of evaluating open-source caching frameworks/products. It seems that OSCache (which seems to be the only caching framework supported by iBATIS) is primarily a presentation layer cache which was later "modified" to support server-side/clusterable cache. SwarmCache was designed as a cache for database-driven cluster-enabled cache right from the get go. Was there a specific reason for iBATIS's reliance on OSCache only, as opposed to providing a pluggable strategy?