How to configure Zend_Cache_Frontend_Page in application.ini? I cannot define regexps (see example http://framework.zend.com/manual/en/zend.cache.frontends.html#zend.cache.frontends.page.examples. It should be something like following
resources.cachemanager.page.frontend.options.regexps.^/$.cache = true
But it is a bad ini-file syntax, it fails with
Zend_Config_Exception: syntax error, unexpected '$'
resources.cachemanager.page.frontend.options.regexps['^/$'].cache = true. But I doubt it will work, based on Marcin's answer. – fireeyedboy Feb 15 '11 at 1:46