Search Results for

    Show / Hide Table of Contents
    View Source

    Class BreadthFirstKeyProvider

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.HybridCache.SeedKeyProviders
    Assembly: Umbraco.PublishedCache.HybridCache.dll
    Syntax
    public abstract class BreadthFirstKeyProvider

    Constructors

    View Source

    BreadthFirstKeyProvider(INavigationQueryService, Int32)

    Declaration
    public BreadthFirstKeyProvider(INavigationQueryService navigationQueryService, int seedCount)
    Parameters
    Type Name Description
    INavigationQueryService navigationQueryService
    System.Int32 seedCount

    Fields

    View Source

    NavigationQueryService

    Declaration
    protected readonly INavigationQueryService NavigationQueryService
    Field Value
    Type Description
    INavigationQueryService

    Methods

    View Source

    GetSeedKeys()

    Declaration
    public ISet<Guid> GetSeedKeys()
    Returns
    Type Description
    ISet<Guid>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BreadthFirstKeyProvider(INavigationQueryService, Int32)
    • Fields
      • NavigationQueryService
    • Methods
      • GetSeedKeys()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX