porting 7.6@5c5baca into 8

This commit is contained in:
Stephan
2017-05-30 10:50:09 +02:00
parent 13ec3db2d3
commit d34a425dd1
178 changed files with 3002 additions and 4131 deletions

View File

@@ -152,11 +152,6 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
}
}
public override Task RunAsync(CancellationToken token)
{
throw new NotImplementedException();
}
public override bool IsAsync => false;
public override void Run()