Removes IPublishedSnapshotService.EnsureEnvironment
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user