Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDistributedCacheAsyncNotificationHandler<TNotification>

    Defines an asynchronous handler for a TNotification that should be invoked when notifications are dispatched in a distributed cache scope (e.g. to trigger a distributed cache refresher).

    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IDistributedCacheAsyncNotificationHandler<in TNotification> : INotificationAsyncHandler<TNotification>, IDistributedCacheNotificationHandler, INotificationHandler where TNotification : INotification
    Type Parameters
    Name Description
    TNotification

    The type of the notification.

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