OutputCache 排除 Mvc 4 中的布局

OutputCache exclude Layout in Mvc 4

谁能帮忙弄清楚如何从整个页面的 OutputCaching 中排除布局。 目前我正在处理一个现有项目。在 home/index 中,我将使用输出缓存,但在其 index.cshtml 中有一个 Layout="~/Views/Shared/_Layout.cshtml"。在这个_layout.cshtml中,它处理会员信息。我的问题是,如何只禁用此 _layout.cshtml 的缓存。我对 Donut、childaction 等做了很多研究,但仍然感到困惑。请帮忙。非常感谢。

Donut Caching 和 Donut Hole 做类似的事情,试试这个例子 http://www.dotnet-tricks.com/Tutorial/mvc/ODJa210113-Donut-Caching-and-Donut-Hole-Caching-with-Asp.Net-MVC-4.html