Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ASP.NET MVC 实现应用程序,并且希望缓存传递给用户控件的数据或我使用 Html.RenderPartial 呈现的某些用户控件上的输出呈现,这样我就不必用我对控制器的每个请求查询数据库以获得新视图。
这似乎是那些 100 万美元的问题之一!
似乎很多人都遇到了这个问题,但解决方案并非易事。
查看最近在 ASP.NET MVC Codeplex 站点上报告的问题...
我可能会建议使用 MVC Contrib 中的子控制器,然后使用 OutputCache 的东西缓存控制器的方法。