fix build
This commit is contained in:
@@ -215,7 +215,7 @@ namespace Umbraco.Web.Cache
|
||||
// are creating a nasty dependency - but keep it like that for the time being while
|
||||
// SD is cleaning cache refreshers up.
|
||||
|
||||
var contentCache = PublishedCachesResolver.Current.Caches.ContentCache as PublishedContentCache;
|
||||
var contentCache = PublishedContentCacheResolver.Current.ContentCache as PublishedContentCache;
|
||||
if (contentCache != null)
|
||||
contentCache.RoutesCache.Clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user