React to Caching package rename - Fixing a missed cshtml
This commit is contained in:
parent
2b92f7772d
commit
38076269e1
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue