Where should caching occur in an ASP.NET MVC application?

前端 未结 6 2181
有刺的猬
有刺的猬 2021-02-07 12:14

I\'m needing to cache some data using System.Web.Caching.Cache. Not sure if it matters, but the data does not come from a database, but a plethora of custom obj

6条回答
  •  半阙折子戏
    2021-02-07 13:00

    I don't know the anwser to your question, but Jeff Atwood talks about how the SO team did caching using the MVC framework for stackoverflow.com on a recent hanselminutes show that might help you out:

    http://www.hanselminutes.com/default.aspx?showID=152

提交回复
热议问题