[symfony-users] Re: Symfony cache, override?

2010-06-07 Thread zedan
I found my solutions, put the _index_partial to layout page, and set cache config do not cache layout page. On Jun 5, 1:54 am, zedan wrote: > I want to cache my index page, but i don't want to cache > [_index_partial] which include by index page, I code cache.yml list > below, but

[symfony-users] Re: Symfony cache, override?

2010-06-06 Thread zedan
ontent for the changed section. > >    gabriel > > On Jun 5, 9:54 am, zedan wrote: > > > > > I want to cache my index page, but i don't want to cache > > [_index_partial] which include by index page, I code cache.yml list > > below, but it can't work

[symfony-users] Symfony cache, override?

2010-06-06 Thread zedan
I want to cache my index page, but i don't want to cache [_index_partial] which include by index page, I code cache.yml list below, but it can't work, the total index page was cached. What can i do to make it work? I know that I can cache all partial in index page except _index_partial, but if inde