Search Results for

    Show / Hide Table of Contents
    View Source

    Class BTree

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

    Methods

    View Source

    GetTree(String, Boolean, NuCacheSettings, ContentDataSerializer)

    Declaration
    public static BPlusTree<int, ContentNodeKit> GetTree(string filepath, bool exists, NuCacheSettings settings, ContentDataSerializer contentDataSerializer = null)
    Parameters
    Type Name Description
    System.String filepath
    System.Boolean exists
    NuCacheSettings settings
    ContentDataSerializer contentDataSerializer
    Returns
    Type Description
    BPlusTree<System.Int32, ContentNodeKit>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetTree(String, Boolean, NuCacheSettings, ContentDataSerializer)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX