RE: CacheModel Cache Removal

2005-05-03 Thread Kris Barnhoorn
ECTED] Verzonden: woensdag 27 april 2005 4:14 Aan: ibatis-user-java@incubator.apache.org; [EMAIL PROTECTED] Onderwerp: Re: CacheModel Cache Removal The big question here is...how do you intend to identify that object? Cheers, Clinton On 4/26/05, Mike Zupper <[EMAIL PROTECTED]> wrote: > I a

Re: CacheModel Cache Removal

2005-04-26 Thread Clinton Begin
The big question here is...how do you intend to identify that object? Cheers, Clinton On 4/26/05, Mike Zupper <[EMAIL PROTECTED]> wrote: > I am using Spring Framework 1.1.5, SQLMaps 2.0 with OSCACHE 2.1. > > Currently, the "FlushOnExecute" XML element of the SQLMaps configuration > file determi

CacheModel Cache Removal

2005-04-26 Thread Mike Zupper
I am using Spring Framework 1.1.5, SQLMaps 2.0 with OSCACHE 2.1. Currently, the "FlushOnExecute" XML element of the SQLMaps configuration file determines when to remove all entries of the CacheModel. I would like to selectively remove an object from a CacheModel. Does anybody have any ideas? T