a copy of the cached object and
modifications are made to this copy and not the cached object.
Regards,
Eric
- Original Message
From: Eric Tan <[EMAIL PROTECTED]>
To: user-java@ibatis.apache.org
Sent: Wednesday, 8 November 2006 12:26:15 AM
Subject: Re: Cached list from queryF
read/write cache works?Thanks,Eric- Original Message From: Larry Meadors <[EMAIL PROTECTED]>To: user-java@ibatis.apache.orgSent: Monday, 6 November 2006 11:29:55 PMSubject: Re: Cached list from queryForList() ...Yes: Make sure that the cache is not marked as read-only.LarryOn 11/6/06,
Yes: Make sure that the cache is not marked as read-only.
Larry
On 11/6/06, Eric Tan <[EMAIL PROTECTED]> wrote:
Hi,
I was testing Spring Acegi Security's AfterInvocationProviderManager which
deals with domain object instance security (ACL).
With ibatis caching enabled and queryForList(), I
Hi,I was testing Spring Acegi Security's AfterInvocationProviderManager which deals with domain object instance security (ACL). With ibatis caching enabled and queryForList(), I realised that returned result list was the actual cached list. With AfterInvocationProviderManager performing object filt