Interface IPublishedSnapshotStatus
Returns the currents status for nucache
Namespace: Umbraco.Cms.Core.PublishedCache
Assembly: Umbraco.Core.dll
Syntax
public interface IPublishedSnapshotStatus
Properties
View SourceStatusUrl
Gets the URL used to retreive the status
Declaration
string StatusUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
View SourceGetStatus()
Gets the status report as a string
Declaration
string GetStatus()
Returns
Type | Description |
---|---|
System.String |