IBlobCache.GetAll(Type) method¶
Defined in
Type: IBlobCache
Namespace: ReactiveMarbles.CacheDatabase.Core
Assembly: ReactiveMarbles.CacheDatabase.Core.dll
Applies to
netstandard2.0
IObservable<KeyValuePair<string, byte[]>> GetAll(Type type)
Summary: Gets a observable of key value pairs with the specified keys with their corresponding values.
Parameters
| Name | Type | Description |
|---|---|---|
type | Type | The type. |
Returns: IObservable