Table of Contents

Constructor CacheEntry

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

CacheEntry(ObjectKey, TValue, VersionToken, int)

Constructor.

public CacheEntry(ObjectKey key, TValue value, VersionToken version, int size)

Parameters

key ObjectKey

Object key.

value TValue

Cached instance of the object held in the in-process cache.

version VersionToken

Version of the object in the ScaleOut service.

size int

Estimated memory usage of value instance, in bytes.