View Source
Class ContentCacheRefresher
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentCacheRefresher : PayloadCacheRefresherBase<ContentCacheRefresherNotification, ContentCacheRefresher.JsonPayload>, IPayloadCacheRefresher<ContentCacheRefresher.JsonPayload>, IJsonCacheRefresher, ICacheRefresher, IDiscoverable
Constructors
View Source
ContentCacheRefresher(AppCaches, IJsonSerializer, IPublishedSnapshotService, IIdKeyMap, IDomainService, IEventAggregator, ICacheRefresherNotificationFactory)
Declaration
public ContentCacheRefresher(AppCaches appCaches, IJsonSerializer serializer, IPublishedSnapshotService publishedSnapshotService, IIdKeyMap idKeyMap, IDomainService domainService, IEventAggregator eventAggregator, ICacheRefresherNotificationFactory factory)
Parameters
Fields
View Source
UniqueId
Declaration
public static readonly Guid UniqueId
Field Value
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
Methods
View Source
Refresh(Guid)
Declaration
public override void Refresh(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
View Source
Refresh(Int32)
Declaration
public override void Refresh(int id)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
View Source
Refresh(ContentCacheRefresher.JsonPayload[])
Declaration
public override void Refresh(ContentCacheRefresher.JsonPayload[] payloads)
Parameters
View Source
RefreshAll()
Declaration
public override void RefreshAll()
View Source
RefreshContentTypes(AppCaches)
Declaration
public static void RefreshContentTypes(AppCaches appCaches)
Parameters
View Source
Remove(Int32)
Declaration
public override void Remove(int id)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|