• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class TemplateCacheRefresher

    Inheritance
    System.Object
    CacheRefresherBase<TemplateCacheRefresherNotification>
    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class TemplateCacheRefresher : CacheRefresherBase<TemplateCacheRefresherNotification>, ICacheRefresher, IDiscoverable

    Constructors

    View Source

    TemplateCacheRefresher(AppCaches, IIdKeyMap, IContentTypeCommonRepository, IEventAggregator, ICacheRefresherNotificationFactory)

    Declaration
    public TemplateCacheRefresher(AppCaches appCaches, IIdKeyMap idKeyMap, IContentTypeCommonRepository contentTypeCommonRepository, IEventAggregator eventAggregator, ICacheRefresherNotificationFactory factory)
    Parameters
    Type Name Description
    AppCaches appCaches
    IIdKeyMap idKeyMap
    IContentTypeCommonRepository contentTypeCommonRepository
    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(Int32)

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

    Remove(Int32)

    Declaration
    public override void Remove(int id)
    Parameters
    Type Name Description
    System.Int32 id
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TemplateCacheRefresher(AppCaches, IIdKeyMap, IContentTypeCommonRepository, IEventAggregator, ICacheRefresherNotificationFactory)
    • Fields
      • UniqueId
    • Properties
      • Name
      • RefresherUniqueId
    • Methods
      • Refresh(Int32)
      • Remove(Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX