View Source
Class TemplateCacheRefresher
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public sealed class TemplateCacheRefresher : CacheRefresherBase<TemplateCacheRefresher>, ICacheRefresher, IDiscoverable
Constructors
View Source
TemplateCacheRefresher(AppCaches, IdkMap, IContentTypeCommonRepository)
Declaration
public TemplateCacheRefresher(AppCaches appCaches, IdkMap idkMap, IContentTypeCommonRepository contentTypeCommonRepository)
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 TemplateCacheRefresher This { get; }
Property Value
Methods
View Source
Refresh(Int32)
Declaration
public override void Refresh(int id)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
View Source
Remove(Int32)
Declaration
public override void Remove(int id)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|