Is Donut Caching working properly with ASP.NET MVC

2019-02-06 17:41发布

And by donut caching, I'm refering to Scott Guthrie's blog post which is awesome.

Does anyone know if that works properly?

3条回答
够拽才男人
2楼-- · 2019-02-06 18:13

Yes, you can donut cache by following the steps in this blog post.

查看更多
太酷不给撩
3楼-- · 2019-02-06 18:21

Note that this technique no longer works as of MVC 2.0. Which sucks.

查看更多
叛逆
4楼-- · 2019-02-06 18:25

Cross-post from another question:

Donut Caching (yes, the real thing) is available as part of my 'speed-lib' for MVC: Moth. Works in both ASP.NET MVC 2 and MVC 3.

Docs are at the wiki, and examples are in the Mvc3.Demo folder

查看更多
登录 后发表回答