Table of Contents

Constructor ObjectKey

Namespace
Scaleout.Client.Net
Assembly
Scaleout.Client.dll

ObjectKey(uint, byte[])

Constructor. For internal use only.

public ObjectKey(uint appId, byte[] keyBytes)

Parameters

appId uint

Cache identifier used internally by the ScaleOut service.

keyBytes byte[]

Array of 32 bytes that uniquely identifies an object in a cache.

Remarks

This constructor is marked public to support testing of ClientCache<TValue> implementations.