Search Results for

    Show / Hide Table of Contents
    View Source

    Class ReloadPublishedCacheController

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

    Constructors

    View Source

    ReloadPublishedCacheController(DistributedCache)

    Declaration
    public ReloadPublishedCacheController(DistributedCache distributedCache)
    Parameters
    Type Name Description
    DistributedCache distributedCache

    Methods

    View Source

    Reload(CancellationToken)

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