More renaming of caches

This commit is contained in:
Stephan
2019-01-18 08:14:08 +01:00
parent 5aba1a6bd2
commit f952fe7aeb
27 changed files with 178 additions and 193 deletions

View File

@@ -47,7 +47,7 @@ namespace Umbraco.Web.Cache
if (anythingChanged)
{
Current.ApplicationCache.ClearPartialViewCache();
Current.AppCaches.ClearPartialViewCache();
var mediaCache = AppCaches.IsolatedCaches.Get<IMedia>();