Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConstructorCacheClearNotificationHandler

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors.ValueConverters
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ConstructorCacheClearNotificationHandler : INotificationHandler<ContentTypeCacheRefresherNotification>, INotificationHandler<DataTypeCacheRefresherNotification>, INotificationHandler

    Constructors

    View Source

    ConstructorCacheClearNotificationHandler(BlockListPropertyValueConstructorCache, BlockGridPropertyValueConstructorCache, RichTextBlockPropertyValueConstructorCache)

    Declaration
    public ConstructorCacheClearNotificationHandler(BlockListPropertyValueConstructorCache blockListPropertyValueConstructorCache, BlockGridPropertyValueConstructorCache blockGridPropertyValueConstructorCache, RichTextBlockPropertyValueConstructorCache richTextBlockPropertyValueConstructorCache)
    Parameters
    Type Name Description
    BlockListPropertyValueConstructorCache blockListPropertyValueConstructorCache
    BlockGridPropertyValueConstructorCache blockGridPropertyValueConstructorCache
    RichTextBlockPropertyValueConstructorCache richTextBlockPropertyValueConstructorCache

    Methods

    View Source

    Handle(ContentTypeCacheRefresherNotification)

    Handles a notification.

    Declaration
    public void Handle(ContentTypeCacheRefresherNotification notification)
    Parameters
    Type Name Description
    ContentTypeCacheRefresherNotification notification

    The notification.

    View Source

    Handle(DataTypeCacheRefresherNotification)

    Handles a notification.

    Declaration
    public void Handle(DataTypeCacheRefresherNotification notification)
    Parameters
    Type Name Description
    DataTypeCacheRefresherNotification notification

    The notification.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX