View Source
Class BTree
Inheritance
System.Object
Assembly: Umbraco.PublishedCache.NuCache.dll
Syntax
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