cache for 15 minutes

This commit is contained in:
Tommy Parnell
2015-05-03 01:41:38 -04:00
parent 49b03aa4cf
commit f6e2ea8660

View File

@@ -14,7 +14,7 @@ namespace AboutMe.Mvc.Web.Controllers
{ {
public class HomeController : Controller public class HomeController : Controller
{ {
[OutputCache(Duration = 15)] [OutputCache(Duration = 900)]
public async Task<ActionResult> Index() public async Task<ActionResult> Index()
{ {
var currentBeer = string.Empty; var currentBeer = string.Empty;