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 an...@freenet.de on 2008/04/09 14:57:06 UTC

Cache behavior like live objects

Hi,

I\'m trying out your framework and it works good.

I want to cache
my Objects. I try out your example and all works fine.
Now I want to
know if it is possible to configure the cache with a behavior like live
objects.
That means, when a statement give me an object - this will be
chached. At the next time when I want the same statement I want a
reference from the cached one. 
I\'m working with iBatis version
2.3.0.677 and a java runtime.
If it is possible how must I configure my
Cache?

With kind regards
Antje