Search Results for

    Show / Hide Table of Contents
    View Source

    Class InternalPublishedSnapshot

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PublishedCache.Internal
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class InternalPublishedSnapshot : IPublishedSnapshot

    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

    InnerContentCache

    Declaration
    public InternalPublishedContentCache InnerContentCache { get; }
    Property Value
    Type Description
    InternalPublishedContentCache
    View Source

    InnerMediaCache

    Declaration
    public InternalPublishedContentCache InnerMediaCache { get; }
    Property Value
    Type Description
    InternalPublishedContentCache
    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 forcedPreview, Action<bool>? callback = null)
    Parameters
    Type Name Description
    System.Boolean forcedPreview
    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
    • Properties
      • Content
      • Domains
      • ElementsCache
      • InnerContentCache
      • InnerMediaCache
      • Media
      • Members
      • SnapshotCache
    • Methods
      • Dispose()
      • ForcedPreview(Boolean, Nullable<Action<Boolean>>)
      • Resync()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX