Class AutomaticJsonNameTable
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.PublishedCache.DataSource
Assembly: Umbraco.PublishedCache.NuCache.dll
Syntax
public class AutomaticJsonNameTable : DefaultJsonNameTable
Constructors
View SourceAutomaticJsonNameTable(Int32)
Declaration
public AutomaticJsonNameTable(int maxToAdd)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | maxToAdd |
Methods
View SourceGet(Char[], Int32, Int32)
Declaration
public override string Get(char[] key, int start, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | key | |
System.Int32 | start | |
System.Int32 | length |
Returns
Type | Description |
---|---|
System.String |