Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ISeedKeyProvider

    Namespace: Umbraco.Cms.Infrastructure.HybridCache
    Assembly: Umbraco.PublishedCache.HybridCache.dll
    Syntax
    public interface ISeedKeyProvider

    Methods

    View Source

    GetSeedKeys()

    Gets keys of documents that should be seeded into the cache.

    Declaration
    ISet<Guid> GetSeedKeys()
    Returns
    Type Description
    ISet<Guid>

    Keys to seed

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetSeedKeys()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX