Class PublishedSnapshotRebuilder
Implements IPublishedSnapshotRebuilder in Umbraco.Web (rebuilding).
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Migrations.PostMigrations
Assembly: Umbraco.Infrastructure.dll
Syntax
public class PublishedSnapshotRebuilder : IPublishedSnapshotRebuilder
Constructors
View SourcePublishedSnapshotRebuilder(IPublishedSnapshotService, DistributedCache)
Initializes a new instance of the PublishedSnapshotRebuilder class.
Declaration
public PublishedSnapshotRebuilder(IPublishedSnapshotService publishedSnapshotService, DistributedCache distributedCache)
Parameters
Type | Name | Description |
---|---|---|
IPublishedSnapshotService | publishedSnapshotService | |
DistributedCache | distributedCache |
Methods
View SourceRebuild()
Rebuilds.
Declaration
public void Rebuild()