Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeCacheRefresher

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

    Constructors

    View Source

    ContentTypeCacheRefresher(AppCaches, IJsonSerializer, IPublishedSnapshotService, IPublishedModelFactory, IIdKeyMap, IContentTypeCommonRepository, IEventAggregator, ICacheRefresherNotificationFactory)

    Declaration
    public ContentTypeCacheRefresher(AppCaches appCaches, IJsonSerializer serializer, IPublishedSnapshotService publishedSnapshotService, IPublishedModelFactory publishedModelFactory, IIdKeyMap idKeyMap, IContentTypeCommonRepository contentTypeCommonRepository, IEventAggregator eventAggregator, ICacheRefresherNotificationFactory factory)
    Parameters
    Type Name Description
    AppCaches appCaches
    IJsonSerializer serializer
    IPublishedSnapshotService publishedSnapshotService
    IPublishedModelFactory publishedModelFactory
    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(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(ContentTypeCacheRefresher.JsonPayload[])

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

    RefreshAll()

    Declaration
    public override void RefreshAll()
    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
      • ContentTypeCacheRefresher(AppCaches, IJsonSerializer, IPublishedSnapshotService, IPublishedModelFactory, IIdKeyMap, IContentTypeCommonRepository, IEventAggregator, ICacheRefresherNotificationFactory)
    • Fields
      • UniqueId
    • Properties
      • Name
      • RefresherUniqueId
    • Methods
      • Refresh(Guid)
      • Refresh(Int32)
      • Refresh(ContentTypeCacheRefresher.JsonPayload[])
      • RefreshAll()
      • Remove(Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX