Search Results for

    Show / Hide Table of Contents
    View Source

    Class MacroCacheRefresher

    Inheritance
    System.Object
    CacheRefresherBase<MacroCacheRefresherNotification>
    JsonCacheRefresherBase<MacroCacheRefresherNotification, MacroCacheRefresher.JsonPayload>
    PayloadCacheRefresherBase<MacroCacheRefresherNotification, MacroCacheRefresher.JsonPayload>
    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class MacroCacheRefresher : PayloadCacheRefresherBase<MacroCacheRefresherNotification, MacroCacheRefresher.JsonPayload>, IPayloadCacheRefresher<MacroCacheRefresher.JsonPayload>, IJsonCacheRefresher, ICacheRefresher, IDiscoverable

    Constructors

    View Source

    MacroCacheRefresher(AppCaches, IJsonSerializer, IEventAggregator, ICacheRefresherNotificationFactory)

    Declaration
    public MacroCacheRefresher(AppCaches appCaches, IJsonSerializer jsonSerializer, IEventAggregator eventAggregator, ICacheRefresherNotificationFactory factory)
    Parameters
    Type Name Description
    AppCaches appCaches
    IJsonSerializer jsonSerializer
    IEventAggregator eventAggregator
    ICacheRefresherNotificationFactory factory

    Fields

    View Source

    UniqueId

    Declaration
    public static readonly Guid UniqueId
    Field Value
    Type Description
    Guid

    Properties

    View Source

    Name

    Declaration
    public override string Name { get; }
    Property Value
    Type Description
    System.String
    View Source

    RefresherUniqueId

    Declaration
    public override Guid RefresherUniqueId { get; }
    Property Value
    Type Description
    Guid

    Methods

    View Source

    Refresh(String)

    Declaration
    public override void Refresh(string json)
    Parameters
    Type Name Description
    System.String json
    View Source

    Refresh(MacroCacheRefresher.JsonPayload[])

    Declaration
    public override void Refresh(MacroCacheRefresher.JsonPayload[] payloads)
    Parameters
    Type Name Description
    MacroCacheRefresher.JsonPayload[] payloads
    View Source

    RefreshAll()

    Declaration
    public override void RefreshAll()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MacroCacheRefresher(AppCaches, IJsonSerializer, IEventAggregator, ICacheRefresherNotificationFactory)
    • Fields
      • UniqueId
    • Properties
      • Name
      • RefresherUniqueId
    • Methods
      • Refresh(String)
      • Refresh(MacroCacheRefresher.JsonPayload[])
      • RefreshAll()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX