Skip to content

SerializerExtensions.GetAllObjects(IBlobCache) method

Defined in

Type: SerializerExtensions Namespace: ReactiveMarbles.CacheDatabase.Core Assembly: ReactiveMarbles.CacheDatabase.Core.dll

Applies to

netstandard2.0

public static IObservable<T> GetAllObjects<T>(this IBlobCache blobCache)

View source

Summary: Return all objects of a specific Type in the cache.

Type parameters

NameDescription
TThe type of object associated with the blob.

Parameters

NameTypeDescription
blobCache[IBlobCache](#The blob cache.

Returns: IObservable -- A Future result representing all objects in the cache with the specified Type.