SqliteBlobCache.GetAll(Type) method¶
Defined in
Type: SqliteBlobCache
Namespace: ReactiveMarbles.CacheDatabase.Sqlite3
Assembly: ReactiveMarbles.CacheDatabase.Sqlite3.dll
Applies to
netstandard2.0
public IObservable<KeyValuePair<string, byte[]>> GetAll(Type type)
Inherited documentation
These docs were inherited from IBlobCache. The member doesn't override them on this 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