View Source
Interface ICacheRefresher
The IcacheRefresher Interface is used for load balancing.
Assembly: Umbraco.Core.dll
Syntax
public interface ICacheRefresher : IDiscoverable
Properties
View Source
Name
Declaration
Property Value
Type |
Description |
System.String |
|
View Source
RefresherUniqueId
Declaration
Guid RefresherUniqueId { get; }
Property Value
Methods
View Source
Refresh(Guid)
Declaration
Parameters
Type |
Name |
Description |
Guid |
id |
|
View Source
Refresh(Int32)
Declaration
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
View Source
RefreshAll()
Declaration
View Source
Remove(Int32)
Declaration
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|