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)
Summary: Return all objects of a specific Type in the cache.
Type parameters
| Name | Description |
|---|---|
T | The type of object associated with the blob. |
Parameters
| Name | Type | Description |
|---|---|---|
blobCache | [IBlobCache](# | The blob cache. |
Returns: IObservable