Search Results for

    Show / Hide Table of Contents
    View Source

    Class InternalPublishedSnapshotService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PublishedCache.Internal
    Assembly: Umbraco.Core.dll
    Syntax
    public class InternalPublishedSnapshotService : IPublishedSnapshotService

    Methods

    View Source

    CollectAsync()

    Declaration
    public Task CollectAsync()
    Returns
    Type Description
    Task
    View Source

    CreatePublishedSnapshot(String)

    Declaration
    public IPublishedSnapshot CreatePublishedSnapshot(string previewToken)
    Parameters
    Type Name Description
    System.String previewToken
    Returns
    Type Description
    IPublishedSnapshot
    View Source

    Dispose()

    Declaration
    public void Dispose()
    View Source

    Notify(ContentCacheRefresher.JsonPayload[], out Boolean, out Boolean)

    Declaration
    public void Notify(ContentCacheRefresher.JsonPayload[] payloads, out bool draftChanged, out bool publishedChanged)
    Parameters
    Type Name Description
    ContentCacheRefresher.JsonPayload[] payloads
    System.Boolean draftChanged
    System.Boolean publishedChanged
    View Source

    Notify(ContentTypeCacheRefresher.JsonPayload[])

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

    Notify(DataTypeCacheRefresher.JsonPayload[])

    Declaration
    public void Notify(DataTypeCacheRefresher.JsonPayload[] payloads)
    Parameters
    Type Name Description
    DataTypeCacheRefresher.JsonPayload[] payloads
    View Source

    Notify(DomainCacheRefresher.JsonPayload[])

    Declaration
    public void Notify(DomainCacheRefresher.JsonPayload[] payloads)
    Parameters
    Type Name Description
    DomainCacheRefresher.JsonPayload[] payloads
    View Source

    Notify(MediaCacheRefresher.JsonPayload[], out Boolean)

    Declaration
    public void Notify(MediaCacheRefresher.JsonPayload[] payloads, out bool anythingChanged)
    Parameters
    Type Name Description
    MediaCacheRefresher.JsonPayload[] payloads
    System.Boolean anythingChanged
    View Source

    Rebuild(Nullable<IReadOnlyCollection<Int32>>, Nullable<IReadOnlyCollection<Int32>>, Nullable<IReadOnlyCollection<Int32>>)

    Declaration
    public void Rebuild(IReadOnlyCollection<int>? contentTypeIds = null, IReadOnlyCollection<int>? mediaTypeIds = null, IReadOnlyCollection<int>? memberTypeIds = null)
    Parameters
    Type Name Description
    System.Nullable<IReadOnlyCollection<System.Int32>> contentTypeIds
    System.Nullable<IReadOnlyCollection<System.Int32>> mediaTypeIds
    System.Nullable<IReadOnlyCollection<System.Int32>> memberTypeIds
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CollectAsync()
      • CreatePublishedSnapshot(String)
      • Dispose()
      • Notify(ContentCacheRefresher.JsonPayload[], out Boolean, out Boolean)
      • Notify(ContentTypeCacheRefresher.JsonPayload[])
      • Notify(DataTypeCacheRefresher.JsonPayload[])
      • Notify(DomainCacheRefresher.JsonPayload[])
      • Notify(MediaCacheRefresher.JsonPayload[], out Boolean)
      • Rebuild(Nullable<IReadOnlyCollection<Int32>>, Nullable<IReadOnlyCollection<Int32>>, Nullable<IReadOnlyCollection<Int32>>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX