I use partial page caching with ASP.NET. I find it to be particularly helpful with large volume sites, where I need only certain sections of a page to cache.
Do other web application platforms have this type of technology?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s usually called ‘fragment caching’, and it’s baked in to most web frameworks.
Rails: http://api.rubyonrails.com/classes/ActionController/Caching/Fragments.html
Django: http://docs.djangoproject.com/en/dev/topics/cache/#template-fragment-caching
Merb: http://merbivore.com/documentation/current/doc/rdoc/merb-cache/index.html
Zend: http://zendframework.com/manual/en/zend.cache.frontends.html#zend.cache.frontends.output
CakePHP: http://book.cakephp.org/view/156/Caching