Table of Contents

Method Set

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

Set(ref ObjectKey, CacheEntry<TValue>)

Creates/Updates the client cache with latest version of an object.

public abstract void Set(ref ObjectKey key, CacheEntry<TValue> cacheEntry)

Parameters

key ObjectKey

Key to the item in the cache.

cacheEntry CacheEntry<TValue>

Cache entry instance containing the cached value and associated metadata for the item.