Table of Contents

Constructor KeyEncoder

Namespace
Scaleout.Client.KeyEncoding
Assembly
Scaleout.Client.dll

KeyEncoder()

Default constructor. If the derived encoder is a string key encoder, the internal cache of string keys is initialized to hold 10,000 string keys.

public KeyEncoder()

KeyEncoder(int)

Constructs a KeyEncoder with an internal string key cache of the specified size. If the derived implementation is not a string key encoder (IsStringEncoder returns false) then the parameter is ignored.

public KeyEncoder(int keystringCacheSize)

Parameters

keystringCacheSize int

Number of string keys to hold in the encoder's internal cache.