Symfony + memcached + smarty

Symfony + memcached + smarty

am 22.04.2008 00:12:18 von lkrzysiak

Hi,
I want to replace default Symfony caching system with memcache deamon
(via sfMemcachePlugin). I would like to use smarty templating engine
instead the default symfony template system (via sfSmartyViewPlugin).
Smarty uses his own caching system. The question is: Will the memcache
replace smarty caching system either or I will have to do it on my own?