How does Rails' cahes_page mechanism deal with Ajax/XHR requests?

An action typically responds differently based on request.xhr?, but the path is the same. So will Rails arrange for both versions to be cached?

link|improve this question

feedback

1 Answer

Please find this may be useful to you http://ryandaigle.com/articles/2005/10/6/ruby-on-rails-caching-part-2

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.