Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    NuCacheStartupHandler(INuCacheContentService, IRuntimeState)

    Declaration
    public NuCacheStartupHandler(INuCacheContentService nuCacheContentService, IRuntimeState runtimeState)
    Parameters
    Type Name Description
    INuCacheContentService nuCacheContentService
    IRuntimeState runtimeState

    Methods

    View Source

    Handle(UmbracoApplicationStartingNotification)

    Declaration
    public void Handle(UmbracoApplicationStartingNotification notification)
    Parameters
    Type Name Description
    UmbracoApplicationStartingNotification notification
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • NuCacheStartupHandler(INuCacheContentService, IRuntimeState)
    • Methods
      • Handle(UmbracoApplicationStartingNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX