Search Results for

    Show / Hide Table of Contents
    View Source

    Class CacheRebuilder

    Implements ICacheRebuilder in Umbraco.Web (rebuilding).

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.PostMigrations
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class CacheRebuilder : ICacheRebuilder

    Constructors

    View Source

    CacheRebuilder(DistributedCache, IDatabaseCacheRebuilder)

    Initializes a new instance of the CacheRebuilder class.

    Declaration
    public CacheRebuilder(DistributedCache distributedCache, IDatabaseCacheRebuilder databaseCacheRebuilder)
    Parameters
    Type Name Description
    DistributedCache distributedCache
    IDatabaseCacheRebuilder databaseCacheRebuilder

    Methods

    View Source

    Rebuild()

    Rebuilds.

    Declaration
    public void Rebuild()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CacheRebuilder(DistributedCache, IDatabaseCacheRebuilder)
    • Methods
      • Rebuild()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX