【发布时间】:2010-09-19 05:40:32
【问题描述】:
我在 ASP.NET 中使用部分页面缓存。我发现它对大型网站特别有用,我只需要缓存页面的某些部分。
其他网络应用平台有这种技术吗?
【问题讨论】:
我在 ASP.NET 中使用部分页面缓存。我发现它对大型网站特别有用,我只需要缓存页面的某些部分。
其他网络应用平台有这种技术吗?
【问题讨论】:
它通常被称为“片段缓存”,它被嵌入到大多数 Web 框架中。
导轨:http://api.rubyonrails.com/classes/ActionController/Caching/Fragments.html
Django:http://docs.djangoproject.com/en/dev/topics/cache/#template-fragment-caching
默布: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
【讨论】: