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 Zsolt Koppany <zk...@intland.com> on 2007/11/14 14:29:20 UTC

Caching & rowhandler

Hi,

how can I use caching with rowhandler?

Zsolt 


Re: Caching & rowhandler

Posted by Larry Meadors <lm...@apache.org>.
Short answer: you can't.

Long answer: The idea with a row handler is that it only keeps one row
in memory at a time. Caching implies that you keep the entire results
in memory for extended period of time.

Larry


On Nov 14, 2007 6:29 AM, Zsolt Koppany <zk...@intland.com> wrote:
> Hi,
>
> how can I use caching with rowhandler?
>
> Zsolt
>
>