This commit is contained in:
Stephan
2015-02-17 15:09:29 +01:00
committed by Shannon
parent 4c3de920c6
commit 58ce04e26b
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;