Skip to content

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

NameTypeDescription
typeTypeThe type.

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