Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ICacheRefresherNotificationFactory

    Factory for creating cache refresher notification instances

    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ICacheRefresherNotificationFactory

    Methods

    View Source

    Create<TNotification>(Object, MessageType)

    Creates a CacheRefresherNotification

    Declaration
    TNotification Create<TNotification>(object msgObject, MessageType type)
        where TNotification : CacheRefresherNotification
    Parameters
    Type Name Description
    System.Object msgObject
    MessageType type
    Returns
    Type Description
    TNotification
    Type Parameters
    Name Description
    TNotification

    The CacheRefresherNotification to create

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Create<TNotification>(Object, MessageType)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX