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 object.

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

Parameters

key ObjectKey

Key to the item in the cache.

cacheEntry CacheEntry<TValue>

Client cache entry associated with the key.

Remarks

A random object is evicted to make room for the entry if Capacity is exceeded.