缓存设置:增加IconView页面的缓存10分钟
This commit is contained in:
parent
b3769670cd
commit
71c57d564a
|
@ -78,6 +78,7 @@ namespace Bootstrap.Admin.Controllers
|
|||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[AllowAnonymous]
|
||||
[ResponseCache(Duration = 600)]
|
||||
public PartialViewResult IconView()
|
||||
{
|
||||
return PartialView("IconView");
|
||||
|
|
Loading…
Reference in New Issue