Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublishedSnapshot

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.PublishedCache
    Assembly: Umbraco.PublishedCache.NuCache.dll
    Syntax
    public class PublishedSnapshot : IPublishedSnapshot

    Constructors

    View Source

    PublishedSnapshot(IPublishedSnapshotService, Boolean)

    Declaration
    public PublishedSnapshot(IPublishedSnapshotService service, bool defaultPreview)
    Parameters
    Type Name Description
    IPublishedSnapshotService service
    System.Boolean defaultPreview

    Properties

    View Source

    Content

    Declaration
    public IPublishedContentCache Content { get; }
    Property Value
    Type Description
    IPublishedContentCache
    View Source

    Domains

    Declaration
    public IDomainCache Domains { get; }
    Property Value
    Type Description
    IDomainCache
    View Source

    ElementsCache

    Declaration
    public IAppCache ElementsCache { get; }
    Property Value
    Type Description
    IAppCache
    View Source

    Media

    Declaration
    public IPublishedMediaCache Media { get; }
    Property Value
    Type Description
    IPublishedMediaCache
    View Source

    Members

    Declaration
    public IPublishedMemberCache Members { get; }
    Property Value
    Type Description
    IPublishedMemberCache
    View Source

    SnapshotCache

    Declaration
    public IAppCache SnapshotCache { get; }
    Property Value
    Type Description
    IAppCache

    Methods

    View Source

    Dispose()

    Declaration
    public void Dispose()
    View Source

    ForcedPreview(Boolean, Nullable<Action<Boolean>>)

    Declaration
    public IDisposable ForcedPreview(bool preview, Action<bool>? callback = null)
    Parameters
    Type Name Description
    System.Boolean preview
    System.Nullable<Action<System.Boolean>> callback
    Returns
    Type Description
    IDisposable
    View Source

    Resync()

    Declaration
    public void Resync()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PublishedSnapshot(IPublishedSnapshotService, Boolean)
    • Properties
      • Content
      • Domains
      • ElementsCache
      • Media
      • Members
      • SnapshotCache
    • Methods
      • Dispose()
      • ForcedPreview(Boolean, Nullable<Action<Boolean>>)
      • Resync()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX