)>
Defined in Type: SerializerExtensions
Namespace: ReactiveMarbles.CacheDatabase.Core
Assembly: ReactiveMarbles.CacheDatabase.Core.dll
Applies to
netstandard2.0
public static IObservable<KeyValuePair<string, T>> GetObjects<T>(this IBlobCache blobCache, IEnumerable<string> keys)
Summary: Gets a value pair filled with the specified keys with their corresponding values.
Type parameters
| Name | Description |
|---|---|
T | The type of item to get. |
Parameters
| Name | Type | Description |
|---|---|---|
blobCache | [IBlobCache](# | The blob cache. |
keys | IEnumerable | The keys to get the values for. |
Returns: IObservable