Re: Caching partial templates

2006-03-22 Thread Ian Maurer
On 12/14/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > On 12/13/05, oron <[EMAIL PROTECTED]> wrote: > > coming from ROR where it's easy to cache partials (parts of templates) > > I couldn't find a way to cache just parts of my template easily without > > going back to the cache low level API.

Re: Caching partial templates

2005-12-15 Thread Ian Holsman
wouldn't you also need a cache-key as a parameter? regards Ian On 12/15/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > On 12/13/05, oron <[EMAIL PROTECTED]> wrote: > > coming from ROR where it's easy to cache partials (parts of templates) > > I couldn't find a way to cache just parts of my t

Re: Caching partial templates

2005-12-14 Thread Adrian Holovaty
On 12/13/05, oron <[EMAIL PROTECTED]> wrote: > coming from ROR where it's easy to cache partials (parts of templates) > I couldn't find a way to cache just parts of my template easily without > going back to the cache low level API. > > What's the suggested strategy for caching for example the hom

Caching partial templates

2005-12-13 Thread oron
coming from ROR where it's easy to cache partials (parts of templates) I couldn't find a way to cache just parts of my template easily without going back to the cache low level API. What's the suggested strategy for caching for example the home page which will be hit lots of times, in case where