Skip to content

EncryptedSqliteBlobCache.GetAll(Type) method

Defined in

Type: EncryptedSqliteBlobCache Namespace: ReactiveMarbles.CacheDatabase.EncryptedSqlite3 Assembly: ReactiveMarbles.CacheDatabase.EncryptedSqlite3.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.