Removes IPublishedSnapshotService.EnsureEnvironment

This commit is contained in:
Shannon
2020-12-22 11:22:29 +11:00
parent b1045e081b
commit 74d253a88f
9 changed files with 43 additions and 100 deletions

View File

@@ -33,13 +33,6 @@ namespace Umbraco.Web.PublishedCache
/// which is not specified and depends on the actual published snapshot service implementation.</remarks>
IPublishedSnapshot CreatePublishedSnapshot(string previewToken);
/// <summary>
/// Ensures that the published snapshot has the proper environment to run.
/// </summary>
/// <param name="errors">The errors, if any.</param>
/// <returns>A value indicating whether the published snapshot has the proper environment to run.</returns>
bool EnsureEnvironment(out IEnumerable<string> errors);
/// <summary>
/// Rebuilds internal database caches (but does not reload).
/// </summary>