Class NuCacheStartupHandler
Rebuilds the database cache if required when the serializer changes
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.PublishedCache
Assembly: Umbraco.PublishedCache.NuCache.dll
Syntax
public class NuCacheStartupHandler : INotificationHandler<UmbracoApplicationStartingNotification>
Constructors
View SourceNuCacheStartupHandler(INuCacheContentService, IRuntimeState)
Declaration
public NuCacheStartupHandler(INuCacheContentService nuCacheContentService, IRuntimeState runtimeState)
Parameters
Type | Name | Description |
---|---|---|
INuCacheContentService | nuCacheContentService | |
IRuntimeState | runtimeState |
Methods
View SourceHandle(UmbracoApplicationStartingNotification)
Declaration
public void Handle(UmbracoApplicationStartingNotification notification)
Parameters
Type | Name | Description |
---|---|---|
UmbracoApplicationStartingNotification | notification |