Skip to content

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)

View source

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

NameTypeDescription
typeTypeThe type.

Returns: IObservable> -- A observable with the specified values.