I am using Zend_Cache for full page caching and it is working very nice, but I have a concept problem I think, since the frontend has many ajax widgets and stuff.
Current logic looks like this:
Page is requested if doesn't exist in cache save it with front controller plugin, if we have cache hit return it.
However user has ability to change the look and feel via ajax call, so when user fires up the ajax action, I need to update new look of page, does someone have an idea how to accomplish this ?
I am using cor for frontend and file for backend in Zend_Cache component.
Ps. Snippet of caching logic is here: http://pastie.org/4000336