[EMAIL PROTECTED] wrote: > Sorry I am not sure if this is doable ? I use method caching > and I am not sure if it is appropriate?
In your case, the two getInstance() methods return different instances. However you could try to put the same instance into the cache a second time using the unique name as a key (not sure if that works, Torque seems to rely on the primary key at different places) Bye, Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
