Search Results for

    Show / Hide Table of Contents
    View Source

    Class RebuildPublishedCacheController

    Inheritance
    System.Object
    ManagementApiControllerBase
    PublishedCacheControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.PublishedCache
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class RebuildPublishedCacheController : PublishedCacheControllerBase

    Constructors

    View Source

    RebuildPublishedCacheController(IPublishedSnapshotService)

    Declaration
    public RebuildPublishedCacheController(IPublishedSnapshotService publishedSnapshotService)
    Parameters
    Type Name Description
    IPublishedSnapshotService publishedSnapshotService

    Methods

    View Source

    Rebuild(CancellationToken)

    Declaration
    public async Task<IActionResult> Rebuild(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RebuildPublishedCacheController(IPublishedSnapshotService)
    • Methods
      • Rebuild(CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX