Fixes: U4-3193 Partial view cache needs to invalidate based on cache refreshers

This commit is contained in:
Shannon
2013-10-18 16:13:41 +11:00
parent a87e699f8d
commit d20ea58467
6 changed files with 11 additions and 28 deletions

View File

@@ -116,7 +116,6 @@ namespace Umbraco.Web
protected override void InitializeApplicationEventsResolver()
{
base.InitializeApplicationEventsResolver();
ApplicationEventsResolver.Current.AddType<CacheHelperExtensions.CacheHelperApplicationEventListener>();
ApplicationEventsResolver.Current.AddType<LegacyScheduledTasks>();
//We need to remove these types because we've obsoleted them and we don't want them executing:
ApplicationEventsResolver.Current.RemoveType<global::umbraco.LibraryCacheRefresher>();