Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConstructorCacheClearNotificationHandler

    Inheritance
    System.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)

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

    Handle(DataTypeCacheRefresherNotification)

    Declaration
    public void Handle(DataTypeCacheRefresherNotification notification)
    Parameters
    Type Name Description
    DataTypeCacheRefresherNotification notification
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ConstructorCacheClearNotificationHandler(BlockListPropertyValueConstructorCache, BlockGridPropertyValueConstructorCache, RichTextBlockPropertyValueConstructorCache)
    • Methods
      • Handle(ContentTypeCacheRefresherNotification)
      • Handle(DataTypeCacheRefresherNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX