HI!
I have a SQL select to return only one resutl each time, something like: Select * from product where id=#value#
 
and i want to cache the results. I don't know if the cache-model configuration form ibatis will store every object the query returns or it will replace each time the last object with the new one returned by the select.
 
Thanks

Reply via email to