Class BTree
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.PublishedCache.DataSource
Assembly: Umbraco.PublishedCache.NuCache.dll
Syntax
public class BTree : object
Methods
View SourceGetTree(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> |