Resvolution - CacheRefresherResolver

This commit is contained in:
Stephan
2016-08-13 16:02:35 +02:00
parent ac271dfc3f
commit caf3c4280a
12 changed files with 57 additions and 63 deletions

View File

@@ -205,7 +205,7 @@ namespace Umbraco.Web.Cache
// helper method to get an ICacheRefresher by its unique identifier
private static ICacheRefresher GetRefresherById(Guid refresherGuid)
{
return CacheRefreshersResolver.Current.GetById(refresherGuid);
return Current.CacheRefreshers[refresherGuid];
}
}
}