Skip to content

Applies to

netstandard2.0

public static IObservable<Unit> InsertObjects<T>(this IBlobCache blobCache, IEnumerable<KeyValuePair<string, T>> keyValuePairs, DateTimeOffset? absoluteExpiration = null)

View source

Summary: Inserts the specified key/value pairs into the blob.

Type parameters

NameDescription
TThe type of item to insert.

Parameters

NameTypeDescription
blobCache[IBlobCache](#The blob cache.
keyValuePairsIEnumerable>The key/value to insert.
absoluteExpiration = nullDateTimeOffset?An optional expiration date.

Returns: IObservable -- A observable which signals when complete.