I seem to have a chicken/egg situation that I cannot resolve. I'm using WURFL to sniff mobile clients for my site and varying content based it. This happens in a Controller_Plugin.
I'm looking at adding page caching, but as far as I know, that can only be initiated in the bootstrap. In order to cache pages correctly, I need to know if the page is mobile or not, but I don't have that data until later on down the road, so to speak...
Maybe someone who understands the Zend Application workflow would know where I could sneak in the page caching after getting the user agent info, or is it too late at that point?