View Source
Class ReloadPublishedCacheController
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.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()
Declaration
public async Task<ActionResult> Reload()
Returns
Type |
Description |
Task<ActionResult> |
|