View Source
Class MacroCacheRefresher
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public sealed class MacroCacheRefresher : JsonCacheRefresherBase<MacroCacheRefresher>, ICacheRefresher, IDiscoverable
Constructors
View Source
MacroCacheRefresher(AppCaches)
Declaration
public MacroCacheRefresher(AppCaches appCaches)
Parameters
Fields
View Source
UniqueId
Declaration
public static readonly Guid UniqueId
Field Value
Type |
Description |
System.Guid |
|
Properties
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
View Source
RefresherUniqueId
Declaration
public override Guid RefresherUniqueId { get; }
Property Value
Type |
Description |
System.Guid |
|
View Source
This
Declaration
protected override MacroCacheRefresher This { get; }
Property Value
Methods
View Source
Refresh(String)
Declaration
public override void Refresh(string json)
Parameters
Type |
Name |
Description |
System.String |
json |
|
View Source
RefreshAll()
Declaration
public override void RefreshAll()