我在ASP.NET中使用部分页面缓存。我发现它对大型网站特别有用,我只需要页面的某些部分进行缓存。
其他Web应用程序平台是否有此类技术?
答案 0 :(得分:5)
它通常被称为“片段缓存”,它已经融入大多数Web框架中。
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