This commit is contained in:
Stephan
2015-02-17 15:09:29 +01:00
parent 667a731164
commit 1fd4995edc
6 changed files with 14 additions and 13 deletions

View File

@@ -128,8 +128,8 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
{
get { return true; }
}
public async Task RunAsync()
public async Task RunAsync(CancellationToken token)
{
LogHelper.Debug<XmlCacheFilePersister>("Run now.");
var doc = _content.XmlContentInternal;