>
Defined in Type: SerializerExtensions
Namespace: ReactiveMarbles.CacheDatabase.Core
Assembly: ReactiveMarbles.CacheDatabase.Core.dll
Applies to
netstandard2.0
public static IObservable<Unit> InsertObjects<T>(this IBlobCache blobCache, IEnumerable<KeyValuePair<string, T>> keyValuePairs, DateTimeOffset? absoluteExpiration = null)
Summary: Inserts the specified key/value pairs into the blob.
Type parameters
| Name | Description |
|---|---|
T | The type of item to insert. |
Parameters
| Name | Type | Description |
|---|---|---|
blobCache | [IBlobCache](# | The blob cache. |
keyValuePairs | IEnumerable | The key/value to insert. |
absoluteExpiration = null | DateTimeOffset? | An optional expiration date. |
Returns: IObservable