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
    object msgObject
    MessageType type
    Returns
    Type Description
    TNotification
    Type Parameters
    Name Description
    TNotification

    The CacheRefresherNotification to create

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