• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentCacheRefresher

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

    Constructors

    View Source

    ContentCacheRefresher(AppCaches, IJsonSerializer, IPublishedSnapshotService, IIdKeyMap, IDomainService, IEventAggregator, ICacheRefresherNotificationFactory)

    Declaration
    public ContentCacheRefresher(AppCaches appCaches, IJsonSerializer serializer, IPublishedSnapshotService publishedSnapshotService, IIdKeyMap idKeyMap, IDomainService domainService, IEventAggregator eventAggregator, ICacheRefresherNotificationFactory factory)
    Parameters
    Type Name Description
    AppCaches appCaches
    IJsonSerializer serializer
    IPublishedSnapshotService publishedSnapshotService
    IIdKeyMap idKeyMap
    IDomainService domainService
    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(Guid)

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

    Refresh(Int32)

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

    Refresh(ContentCacheRefresher.JsonPayload[])

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

    RefreshAll()

    Declaration
    public override void RefreshAll()
    View Source

    RefreshContentTypes(AppCaches)

    Declaration
    public static void RefreshContentTypes(AppCaches appCaches)
    Parameters
    Type Name Description
    AppCaches appCaches
    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
      • ContentCacheRefresher(AppCaches, IJsonSerializer, IPublishedSnapshotService, IIdKeyMap, IDomainService, IEventAggregator, ICacheRefresherNotificationFactory)
    • Fields
      • UniqueId
    • Properties
      • Name
      • RefresherUniqueId
    • Methods
      • Refresh(Guid)
      • Refresh(Int32)
      • Refresh(ContentCacheRefresher.JsonPayload[])
      • RefreshAll()
      • RefreshContentTypes(AppCaches)
      • Remove(Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX