Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ICacheRefresher

    The IcacheRefresher Interface is used for load balancing.

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

    Properties

    View Source

    Name

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

    RefresherUniqueId

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

    Methods

    View Source

    Refresh(Guid)

    Declaration
    void Refresh(Guid id)
    Parameters
    Type Name Description
    Guid id
    View Source

    Refresh(Int32)

    Declaration
    void Refresh(int id)
    Parameters
    Type Name Description
    System.Int32 id
    View Source

    RefreshAll()

    Declaration
    void RefreshAll()
    View Source

    Remove(Int32)

    Declaration
    void Remove(int id)
    Parameters
    Type Name Description
    System.Int32 id
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Name
      • RefresherUniqueId
    • Methods
      • Refresh(Guid)
      • Refresh(Int32)
      • RefreshAll()
      • Remove(Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX