But how do you cache those objects? Are those cached over all request so pretty much readonly ?
On Wed, Apr 23, 2008 at 10:48 AM, Jan Kriesten <[EMAIL PROTECTED]> wrote: > > hi sebastiaan, > > How does that work? You use the data provider to query the database and > > then generate loadable detachable models based on the ids? Don't you get a > > query per object that way? > > > > in fact, yes. but actually having cached the single objects it's more > efficient this way than always querying lists. > > regards, --- jan. > > > >
