Search Results for

    Show / Hide Table of Contents
    View Source

    Class LanguageCacheRefresherNotification

    Notification published when language cache needs to be refreshed.

    Inheritance
    object
    CacheRefresherNotification
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class LanguageCacheRefresherNotification : CacheRefresherNotification, INotification
    Remarks

    This notification is used to synchronize language cache invalidation across multiple servers in a load-balanced environment.

    Constructors

    View Source

    LanguageCacheRefresherNotification(object, MessageType)

    Initializes a new instance of the LanguageCacheRefresherNotification class.

    Declaration
    public LanguageCacheRefresherNotification(object messageObject, MessageType messageType)
    Parameters
    Type Name Description
    object messageObject

    The payload containing information about the languages to refresh.

    MessageType messageType

    The type of cache refresh operation.

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