adds notes, removes IPublishedCacheComposer

This commit is contained in:
Shannon
2020-12-22 12:33:00 +11:00
parent f5e9441e9f
commit 57020b4778
9 changed files with 20 additions and 35 deletions

View File

@@ -23,6 +23,9 @@ namespace Umbraco.Infrastructure.Runtime
private readonly IEventAggregator _eventAggregator;
private readonly IHostingEnvironment _hostingEnvironment;
/// <summary>
/// Initializes a new instance of the <see cref="CoreRuntime"/> class.
/// </summary>
public CoreRuntime(
ILoggerFactory loggerFactory,
IRuntimeState state,