Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublishedSnapshot.PublishedSnapshotElements

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

    Fields

    View Source

    ContentCache

    Declaration
    public ContentCache ContentCache
    Field Value
    Type Description
    ContentCache
    View Source

    DomainCache

    Declaration
    public DomainCache DomainCache
    Field Value
    Type Description
    DomainCache
    View Source

    ElementsCache

    Declaration
    public IAppCache? ElementsCache
    Field Value
    Type Description
    System.Nullable<IAppCache>
    View Source

    MediaCache

    Declaration
    public MediaCache MediaCache
    Field Value
    Type Description
    MediaCache
    View Source

    MemberCache

    Declaration
    public MemberCache MemberCache
    Field Value
    Type Description
    MemberCache
    View Source

    SnapshotCache

    Declaration
    public IAppCache? SnapshotCache
    Field Value
    Type Description
    System.Nullable<IAppCache>

    Methods

    View Source

    Dispose()

    Declaration
    public void Dispose()
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • ContentCache
      • DomainCache
      • ElementsCache
      • MediaCache
      • MemberCache
      • SnapshotCache
    • Methods
      • Dispose()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX