Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.