You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by elmers <el...@frogware.com> on 2007/09/07 22:15:47 UTC

Caching using JCS

I want to use JCS instead of OSCACHE with iBATIS.  I understand it is
"pluggable".  What would I have to do to plug JCS in?  Is there any existing
JCS plug-in that I could just use?

Thank you in advance,
Elmer
-- 
View this message in context: http://www.nabble.com/Caching-using-JCS-tf4403572.html#a12562592
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.


Re: Caching using JCS

Posted by Brandon Goodin <br...@gmail.com>.
Write an implementation of CacheController to use JCS and then wire it in.

http://svn.apache.org/repos/asf/ibatis/trunk/java/mapper/mapper2/src/com/ibatis/sqlmap/engine/cache/CacheController.java

Brandon Goodin

On 9/7/07, elmers <el...@frogware.com> wrote:
>
>
> I want to use JCS instead of OSCACHE with iBATIS.  I understand it is
> "pluggable".  What would I have to do to plug JCS in?  Is there any
> existing
> JCS plug-in that I could just use?
>
> Thank you in advance,
> Elmer
> --
> View this message in context:
> http://www.nabble.com/Caching-using-JCS-tf4403572.html#a12562592
> Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
>
>