* Eelco Hillenius:

> If it  is expensive to compute,  it'll be because of  the models
> 99% of  the time. Which  was why  I made  my earlier  remark (in
> another thread) caching of render results wouldn't be high on my
> list of priorities, as that could/ should be done by using smart
> models and/ or using a second level cache

That's a very good point indeed.  When a Component's Model need to
be cached,  that needs  to be  taken care of  in the  custom Model
directly.

But  for  static  (or  dynamic) pages  not  involving  Components,
we  should  still  decide  whether  we want  an  object  store  or
not,  because in  this  case there  is no  Model,  just the  basic
IResourceStream, IRequestTarget, and so on.
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

Reply via email to