Class CacheRebuilder
Implements ICache
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Migrations.PostMigrations
Assembly: Umbraco.Infrastructure.dll
Syntax
public class CacheRebuilder : ICacheRebuilder
Constructors
View SourceCacheRebuilder(DistributedCache, IDatabaseCacheRebuilder)
Initializes a new instance of the Cache
Declaration
public CacheRebuilder(DistributedCache distributedCache, IDatabaseCacheRebuilder databaseCacheRebuilder)
Parameters
Type | Name | Description |
---|---|---|
Distributed |
distributedCache | |
IDatabase |
databaseCacheRebuilder |
Methods
View SourceRebuild()
Rebuilds.
Declaration
public void Rebuild()