React to Caching package rename - Fixing a missed cshtml

This commit is contained in:
Praburaj 2015-03-11 18:03:05 -07:00
parent 2b92f7772d
commit 38076269e1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@using Microsoft.Framework.Cache.Memory
@using Microsoft.Framework.Caching.Memory
<cache expires-after="TimeSpan.FromSeconds(1)" priority="CachePreservationPriority.Low">
Cached content for @ViewBag.ProductId
</cache>