Table of Contents

Method Get

Namespace
Scaleout.Client.InProc
Assembly
Scaleout.Client.dll

Get(ref ObjectKey)

Returns the CacheEntry<TValue> associated with the provided key, or null if not found.

public override CacheEntry<TValue> Get(ref ObjectKey key)

Parameters

key ObjectKey

Key to the object in the ScaleOut service.

Returns

CacheEntry<TValue>

A CacheEntry containing StateServer object/version, or null if not found.