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
View Source
RefresherUniqueId
Declaration
Guid RefresherUniqueId { get; }
Property Value
Methods
View Source
Refresh(Guid)
Declaration
Parameters
| Type |
Name |
Description |
| Guid |
id |
|
View Source
Refresh(int)
Declaration
Parameters
| Type |
Name |
Description |
| int |
id |
|
View Source
RefreshAll()
Declaration
View Source
Remove(int)
Declaration
Parameters
| Type |
Name |
Description |
| int |
id |
|