BulkLoaderTKey, TValuePut Method

ScaleOut Software NamedCache API
Puts key/value pair into the map. If key is already in the map, an update will be performed on it. The key and value objects are serialized before the method returns, so they can be reused in the next Put call.

Namespace:  Soss.Client.Concurrent
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public abstract void Put(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
key object
value
Type: TValue
value object
See Also

Reference